其他清单-编辑 程序异常(走过更新发布流程
This commit is contained in:
+1
-1
@@ -789,7 +789,7 @@ public class SarLawsDetailedListServiceImpl extends ServiceImpl<SarLawsDetailedL
|
||||
}
|
||||
} else {
|
||||
// 先确定hashTable中不为空
|
||||
if (!"-".equals(sarLawsAttrDetailedList.getSyrz())) {
|
||||
if (null!=sarLawsAttrDetailedList.getSyrz() && !"-".equals(sarLawsAttrDetailedList.getSyrz())) {
|
||||
hashtable.put(sarLawsAttrDetailedList.getStandId(), sarLawsAttrDetailedList.getSyrz());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user