From 9ec032736c6ee94a699e9a53bfbe61c9e7128431 Mon Sep 17 00:00:00 2001 From: zhanghl <253316343@qq.com> Date: 星期二, 20 五月 2025 11:00:10 +0800 Subject: [PATCH] 钣金详细计划:批量设置的计划完工日期> 导入的需求日期> 工单自身的计划完工日期 钣金工单计划:导入的需求日期> 工单自身的计划完工日期 --- aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java b/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java index 5c0fa74..8dfc087 100644 --- a/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java +++ b/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java @@ -92,4 +92,8 @@ * @return 缁撴灉 */ public int updateDictDataType(@Param("oldDictType") String oldDictType, @Param("newDictType") String newDictType); + + List<SysDictData> selectByValue(String dictTypeApsArea, String dictValue); + + List<SysDictData> selectDictValueList(String dictType); } -- Gitblit v1.9.3