Commit 9bc3db88 authored by 刘学辉's avatar 刘学辉

物料主数据修复bug

parent 61d40d2b
......@@ -69,7 +69,7 @@ public class NonProdApplyNextController extends CommonController {
dictMapUsages=dictMapUsages.substring(0,dictMapUsages.length()-1);
this.putAttribute("dictUsages",dictMapUsages);
this.putAttribute("isAll","0");
if (nonProdApplyBaseInfo.getBusinessUsage().split(",").length==dictMapUsages.split(";").length){
if (nonProdApplyBaseInfo.getBusinessUsage()!=null&&nonProdApplyBaseInfo.getBusinessUsage().split(",").length==dictMapUsages.split(";").length){
this.putAttribute("isAll","1");
}
if (nonProdApplyBaseInfo.getMaintenanceType().equals("modify")){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment