add:开发
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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="cn.code.nl.module.wms.dal.mysql.moveinvdtl.MoveInvDtlMapper">
|
||||
|
||||
<select id="selectByMoveinvId"
|
||||
resultType="cn.code.nl.module.wms.dal.dataobject.moveinvdtl.MoveInvDtlDO">
|
||||
SELECT *
|
||||
FROM wms_moveinvdtl
|
||||
WHERE moveinv_id = #{moveinvId}
|
||||
ORDER BY seq_no
|
||||
</select>
|
||||
|
||||
<delete id="deleteByMoveinvId">
|
||||
DELETE FROM wms_moveinvdtl WHERE moveinv_id = #{moveinvId}
|
||||
</delete>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user