|
|
@@ -767,7 +767,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
rmap.put("oErrMessage","PPID:"+value[i]+"与工单维护前缀"+ma_ppidprefix+"不一致");
|
|
|
return rmap;
|
|
|
}
|
|
|
- if (ma_ppidlength!=0&&name[i].equals("PPID")&&!value[i].length()!=ma_ppidlength)
|
|
|
+ if (ma_ppidlength!=0&&name[i].equals("PPID")&&value[i].length()!=ma_ppidlength)
|
|
|
{
|
|
|
rmap.put("oErrMessage","PPID:"+value[i]+"与工单维护前缀"+ma_ppidprefix+"不一致");
|
|
|
return rmap;
|