|
@@ -220,7 +220,9 @@ public class CXCommonUtils {
|
|
|
public static void deleteSendNotify(String notifyType, String roption){
|
|
|
JSONArray data = JSONUtil.parseArray(commonFeginClient.list(new HashMap<String, Object>() {{
|
|
|
this.put("NOTIFYTYPE", notifyType);
|
|
|
- this.put("ROPTION", roption);
|
|
|
+ if (roption!=null){
|
|
|
+ this.put("ROPTION", roption);
|
|
|
+ }
|
|
|
}}).getData());
|
|
|
|
|
|
if (!data.isEmpty()) {
|