新增物料用户修改

This commit is contained in:
2026-03-03 11:35:19 +08:00
parent 23844ee4dd
commit c7547e27e6
16 changed files with 342 additions and 29 deletions

View File

@@ -5,6 +5,7 @@
<sql id="selectUser">
SELECT
t1.id,
t1.card_no,
t1.create_user,
t1.create_time,
t1.update_user,
@@ -53,4 +54,4 @@
AND id != #{id}
</if>
</select>
</mapper>
</mapper>