Explorar o código

通告新增增加创建人账号ID

沈静伟 %!s(int64=4) %!d(string=hai) anos
pai
achega
01e06f7cb0

+ 1 - 0
src/dsb/com/cnd3b/restcontroller/customer/noticemag/noticemag.java

@@ -133,6 +133,7 @@ public class noticemag extends Controller {
             tnotice.setValue("createby", username, 11L);//录入人
             tnotice.setValue("createdate", sysdate, 11L);//录入时间
             tnotice.setValue("tagentsid", tagentsid, 11L);//商户ID
+            tnotice.setValue("tenterprise_userid", userid, 11L);//创建者id
         } else {
             tnotice = tnoticeSet.getPao(0);
         }

+ 1 - 0
src/dsb/com/cnd3b/restcontroller/enterprise/noticemag/noticemag.java

@@ -133,6 +133,7 @@ public class noticemag extends Controller {
             tnotice.setValue("siteid", siteid, 11L);//企业ID
             tnotice.setValue("createby", username, 11L);//录入人
             tnotice.setValue("createdate", sysdate, 11L);//录入时间
+            tnotice.setValue("tenterprise_userid", userid, 11L);//创建者id
         } else {
             tnotice = tnoticeSet.getPao(0);
         }