重复验证

This commit is contained in:
2023-12-28 15:33:05 +08:00
parent a84df8d493
commit cb7dc557b0
12 changed files with 200 additions and 27 deletions

View File

@@ -18,6 +18,7 @@
<select id="list" resultType="com.cnbm.packing.dto.ProductLevelDTO">
select * from t_product_level
where valid = 1
order by id asc
</select>