|
|
@ -156,10 +156,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
update sys_makeorder set del_flag = '0' where id = #{id} |
|
|
|
</update> |
|
|
|
<select id="selectSysMakeOrderByFinsh"> |
|
|
|
select * from sys_makeorder where makeStatus = '5' and useStatus = 0 |
|
|
|
select * from sys_makeorder where make_status = '5' and use_status = 0 |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectSysMakeOrderByNOFinsh"> |
|
|
|
select * from sys_makeorder from where makeStatus != '5' useStatus = 0 |
|
|
|
select * from sys_makeorder where make_status != '5' and use_status = 0 |
|
|
|
</select> |
|
|
|
</mapper> |