Commit 10d8e9d0 authored by huyuchen's avatar huyuchen

明细接口改造

parent 9a49d784
...@@ -746,7 +746,7 @@ public class DoJointSocialTask { ...@@ -746,7 +746,7 @@ public class DoJointSocialTask {
} }
//生成月份 //生成月份
if (Common.isNotNull(library.getProvidentCreateMonth())) { if (Common.isNotNull(library.getProvidentCreateMonth())) {
fundParam.setFd_3adfe8cb96c41e(dateStringInsert(library.getProvidentCreateMonth())); fundParam.setFd_3adfe8cb96c41e(library.getProvidentCreateMonth());
} else { } else {
fundParam.setFd_3adfe8cb96c41e(CommonConstants.EMPTY_STRING); fundParam.setFd_3adfe8cb96c41e(CommonConstants.EMPTY_STRING);
} }
...@@ -1216,7 +1216,7 @@ public class DoJointSocialTask { ...@@ -1216,7 +1216,7 @@ public class DoJointSocialTask {
} }
//生成月份 //生成月份
if (Common.isNotNull(library.getProvidentCreateMonth())) { if (Common.isNotNull(library.getProvidentCreateMonth())) {
fundParam.setFd_3adfe8cb96c41e(dateStringInsert(library.getProvidentCreateMonth())); fundParam.setFd_3adfe8cb96c41e(library.getProvidentCreateMonth());
} else { } else {
fundParam.setFd_3adfe8cb96c41e(CommonConstants.EMPTY_STRING); fundParam.setFd_3adfe8cb96c41e(CommonConstants.EMPTY_STRING);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment