|
@@ -45,7 +45,7 @@ public class MDO0081Service extends MDO0081BaseModel implements ExecProcessFlow
|
|
|
for (ProVarM m:ms) {
|
|
|
MdoProjectVariate v = vdao.selectByPrimaryKey(m.getId());
|
|
|
if(v==null||!v.getPid().equals(pid)){
|
|
|
- throw new BusinessException("MDO000013",m.getId());
|
|
|
+ throw new BusinessException("MDO000013",new String[]{m.getId()});
|
|
|
}
|
|
|
v.setUpper(m.getUpper());
|
|
|
v.setLower(m.getLower());
|