设备数据查询报表提示信息提示 生产线[%s]工位[%s]为查询到设备信息:?,? 问题修复

tags/yfai-mes-ext-v2.5
王杰 5 months ago
parent 010ea9ce0c
commit 0608896664

@ -48,7 +48,7 @@ public class MesException {
* @param errorDetail
* @param errorSoluction
*/
public static void throwBusiException(String errorCode,String errorDetail,String errorSoluction,Object...args){
public static void throwBusiExceptionByCode(String errorCode,String errorDetail,String errorSoluction,Object...args){
throw ImppExceptionBuilder.newInstance()
.setSystemID(CommonEnumUtil.SOFT_TYPE.MES.getCode())
.setErrorCode(errorCode)

Loading…
Cancel
Save