Explorar el Código

[邮件][修改][添加动态背景]

release_toaliyun_real
luozukai hace 7 años
padre
commit
37716c009b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      mallinkAdmin/src/main/resources/db/migration/V201904241243__L_SMS_MODEL.sql

+ 4
- 0
mallinkAdmin/src/main/resources/db/migration/V201904241243__L_SMS_MODEL.sql Ver fichero

@@ -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 = '驳回通知';

Cargando…
Cancelar
Guardar