瀏覽代碼

feat: 修改文案

shc 8 月之前
父節點
當前提交
00a354edf2

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/impl/WmTaskContentServiceImpl.java

@@ -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,不能提交!");
                 }
             }