@@ -598,7 +598,7 @@ public class WmTaskContentServiceImpl extends ServiceImpl<WmTaskContentMapper, W
Integer qty = packageTaskTypeQtyList.get(0).getQty();
if (qty - count <= 0) {
- throw new RuntimeException("当前积分包拆解结果中该服务类型数量为:" + qty + ",已提交数为:" + count + ",剩余个数为:0,不能提交!");
+ throw new RuntimeException("可做数量:" + qty + ",已用:" + count + ",剩余:0,不能提交!");
}