修改MesPcnException 方法名未被调用 不影响

tags/yfai-pcn-ext-v2.5
王杰 5 months ago
parent edd8f83bc0
commit 5f855899a7

@ -48,7 +48,7 @@ public class MesPcnException {
* @param errorDetail * @param errorDetail
* @param errorSoluction * @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() throw ImppExceptionBuilder.newInstance()
.setSystemID(CommonEnumUtil.SOFT_TYPE.MES_PCN.getCode()) .setSystemID(CommonEnumUtil.SOFT_TYPE.MES_PCN.getCode())
.setErrorCode(errorCode) .setErrorCode(errorCode)

Loading…
Cancel
Save