opt:优化查询效率

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-02-14 09:57:41 +08:00
parent 3712c21169
commit e7acfde6a5
2 changed files with 7 additions and 3 deletions

View File

@@ -46,9 +46,13 @@ public interface LashManageService {
* length: 木箱长
* weight: 木箱宽
* height: 木箱高
* case: 木箱类型
* isBinding: 是否捆绑
* isLabeling: 是否贴标
* bindingTemplate: 捆扎模板
* bundleTimes: 第一次捆扎数量
* box_structure: 木箱结构
* box_structure: 木箱结构
* isLabeling: 是否贴标
* labelingTemplate: 贴标模板
* bundleTimes: 捆扎次数
* printQty: 贴标数量

View File

@@ -230,7 +230,7 @@
ENDPAGEQUERY
ENDIF
IF 输入.flag = "4"
PAGEQUERY
QUERY
SELECT
*
FROM
@@ -288,5 +288,5 @@
1=1 order by workorder_id desc limit 0,输入.limits
ENDOPTION
ENDSELECT
ENDPAGEQUERY
ENDQUERY
ENDIF