md
This commit is contained in:
parent
400c02b7b3
commit
084ccf8284
@ -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));
|
||||
// }
|
||||
// }
|
||||
|
||||
}
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user