|
|
|
@@ -0,0 +1,4 @@ |
|
|
|
update wx_msg_validationcode_model set content='{userName}提交了一个{bustype}待您审批,电脑登陆{page} 查看您的待办。' where name = '代办通知'; |
|
|
|
update wx_msg_validationcode_model set content='{userName}同意编号{contract}的{bustype}审批,已呈送至{toUserName},登录{page}查看审批进度。' where name = '审批通知'; |
|
|
|
update wx_msg_validationcode_model set content='编号{contract}的{bustype}已通过审批,请登录{page} 跟进后续工作。' where name = '通过审批通知'; |
|
|
|
update wx_msg_validationcode_model set content='编号{contract}的{bustype}审批被驳回,请登录{page} 查看审批明细。' where name = '驳回通知'; |