This commit is contained in:
linfso 2024-08-12 12:11:48 +08:00
parent 400c02b7b3
commit 084ccf8284
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
package com.xdadan.erp.emis.service.notice;
import com.xdadan.erp.common.utils.StringUtils;
/**
* 通知工具
*
* @author xdadan
*/
public class NoticeUtils
{
// public static void pushToUser(String uid, String message) {
// if(!StringUtils.isEmpty(uid)&&!StringUtils.isEmpty(message)){
// AsyncManager.me().execute(AsyncFactory.sendAlertMsgToUser(uid,message));
// }
// }
}

View File

@ -1023,7 +1023,7 @@
and a.bl_sign='1'
</if>
<if test="blSign != null and blSign!='' and blSign == 0">
<if test="blSign != null and blSign == 0">
and a.bl_sign!='1'
</if>