Commit 83778896 authored by huyuchen's avatar huyuchen

明细接口改造

parent 9544f643
...@@ -356,8 +356,8 @@ public class EkpSocialInfoServiceImpl extends ServiceImpl<EkpSocialInfoMapper, E ...@@ -356,8 +356,8 @@ public class EkpSocialInfoServiceImpl extends ServiceImpl<EkpSocialInfoMapper, E
//付款状态 //付款状态
socialInfo.setFd_3add9eed23894a("未付"); socialInfo.setFd_3add9eed23894a("未付");
//单号 //单号
socialInfo.setFd_3adfe95c169c48("SB" + LocalDateTimeUtils.formatTime(LocalDateTime.now(),DateUtil.DATE_PATTERN) socialInfo.setFd_3adfe95c169c48("SB" + LocalDateTimeUtils.formatTime(LocalDateTime.now(),DateUtil.DATE_PATTERN));
+ "_" + socialParam.getFd_3b0afbe1f94a08()); // + "_" + socialParam.getFd_3b0afbe1f94a08());
} }
......
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