新增物料用户修改

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

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="top.wms.admin.material.mapper.MaterialInfoMapper">
</mapper>

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>