Merge remote-tracking branch 'origin/dev' into dev

tags/yfai-pcn-ext-v2.5
xiangwei.zhang 7 months ago
commit e3e48e15ea

@ -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