Commit 957e4b74 by lzxry

bugfix

parent 09a01c1f
......@@ -2691,7 +2691,7 @@ public class ContractServiceImpl implements ContractService {
}
}
if(platform.equals("tkio")&&filter.get("contractType").equals("2")){
if("tkio".equals(platform)&&"2".equals(filter.get("contractType"))){
if(filter.get("relation_code")==null){
return ResultModel.ERROR("第" + filter.get("rowIndex") + "行【关联合同编号】为空");
}else{
......
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