Commit d64aab7d authored by huyuchen's avatar huyuchen

明细接口改造

parent d718cfb0
...@@ -173,6 +173,4 @@ public class EkpSocialInfo { ...@@ -173,6 +173,4 @@ public class EkpSocialInfo {
private String fd_3b6495a5ad6e10; private String fd_3b6495a5ad6e10;
private Date createTime; private Date createTime;
private String createName;
} }
...@@ -278,8 +278,6 @@ public class EkpSocialInfoServiceImpl extends ServiceImpl<EkpSocialInfoMapper, E ...@@ -278,8 +278,6 @@ public class EkpSocialInfoServiceImpl extends ServiceImpl<EkpSocialInfoMapper, E
socialInfo.setFd_3add9eaeed2560("未收"); socialInfo.setFd_3add9eaeed2560("未收");
//付款状态 //付款状态
socialInfo.setFd_3add9eed23894a("未付"); socialInfo.setFd_3add9eed23894a("未付");
//创建者姓名
socialInfo.setCreateName(socialParam.getFd_3b438e33f37378());
} }
} }
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