Commit 4745839a authored by chenzhao's avatar chenzhao

发货管理优化 代码修改

parent 99a57b00
...@@ -59,10 +59,10 @@ and hygf_document_station.station_id is not null ...@@ -59,10 +59,10 @@ and hygf_document_station.station_id is not null
and owners_name like concat ('%',#{ownersName},'%') and owners_name like concat ('%',#{ownersName},'%')
</if> </if>
<if test="preparationMoneyState!=null and preparationMoneyState !='' and preparationMoneyState == '0' "> <if test="preparationMoneyState!=null and preparationMoneyState !='' and preparationMoneyState == '0' ">
and preparation_money_state = '待发货' and preparation_money_state in ('待发货','待补货','暂存发货')
</if> </if>
<if test="preparationMoneyState!=null and preparationMoneyState !='' and preparationMoneyState == '1' "> <if test="preparationMoneyState!=null and preparationMoneyState !='' and preparationMoneyState == '1' ">
and preparation_money_state != '待发货' and preparation_money_state not in ('待发货','待补货','暂存发货')
</if> </if>
<if test="developerId!=null and developerId !=''"> <if test="developerId!=null and developerId !=''">
and developer_id = #{developerId} and developer_id = #{developerId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment