WMS拣货单管理拣货修改
This commit is contained in:
@@ -11,7 +11,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
from contract_manage
|
||||
where
|
||||
del_flag = 1
|
||||
order by create_time desc
|
||||
</sql>
|
||||
|
||||
<sql id="selectContractManagePo1">
|
||||
@@ -116,6 +115,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
resultType="com.mhd.basic.domain.contractManage.repository.po.ContractManagePO">
|
||||
<include refid="selectContractManagePo"/>
|
||||
<include refid="common_where"/>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user