From 5224b79436b16039d07a981029e330f48b3c7708 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 23 三月 2026 10:05:46 +0800
Subject: [PATCH] fix: 日期格式转换、生产订单缺少查询条件
---
src/main/resources/mapper/basic/BaseParamMapper.xml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/mapper/basic/BaseParamMapper.xml b/src/main/resources/mapper/basic/BaseParamMapper.xml
index 042b374..0f19254 100644
--- a/src/main/resources/mapper/basic/BaseParamMapper.xml
+++ b/src/main/resources/mapper/basic/BaseParamMapper.xml
@@ -7,11 +7,9 @@
<result column="param_key" property="paramKey"/>
<result column="param_name" property="paramName"/>
<result column="param_type" property="paramType"/>
+ <result column="param_format" property="paramFormat"/>
<result column="value_mode" property="valueMode"/>
<result column="unit" property="unit"/>
- <result column="default_value" property="defaultValue"/>
- <result column="default_min" property="defaultMin"/>
- <result column="default_max" property="defaultMax"/>
<result column="is_required" property="isRequired"/>
<result column="remark" property="remark"/>
<result column="create_user" property="createUser"/>
--
Gitblit v1.9.3