|
|
@@ -607,7 +607,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
}
|
|
|
iSN=map.get("iSN").toString();
|
|
|
List<String> list = new ArrayList<String>();
|
|
|
- list = baseDao.callProcedureWithOut(Master+".CS_GETCRBVALUE", new Object[]{
|
|
|
+ list = baseDao.callProcedureWithOut(Master+".CS_SETCRBVALUE", new Object[]{
|
|
|
String.valueOf(iSN),
|
|
|
String.valueOf(iCRBValue)
|
|
|
}, new Integer[]{1, 2}, new Integer[]{3});
|