|
|
@@ -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);
|
|
|
}
|