|
|
@@ -231,7 +231,7 @@ public class ErpOrderServiceImpl implements IErpOrderService {
|
|
|
.set(ErpOrder::getUrgentFlag, 1);
|
|
|
int rows = baseMapper.update(null, wrapper);
|
|
|
if (rows == 0) {
|
|
|
- throw new org.dromara.common.core.exception.RuntimeException("订单修改失败");
|
|
|
+ throw new RuntimeException("订单修改失败");
|
|
|
}
|
|
|
return true;
|
|
|
}
|