提交 e777d980 作者: zhenjie

订单列表报错修复、采购订单流程修改

上级 ad3d5d96
......@@ -86,7 +86,7 @@ public class UavPOServiceImpl implements UavPOService {
@Transactional
public void updateUavPOrderStatus(Integer id, UavOrderStatus uavOrderStatus){
Integer nextCode = null;
if (uavOrderStatus.getNextCode().equals(UavOrderStatus.PAYING.getCode())) {
if (uavOrderStatus.getCode().equals(UavOrderStatus.PAYING.getCode())) {
nextCode = 420;
}else {
nextCode = uavOrderStatus.getNextCode();
......
......@@ -212,7 +212,7 @@
and #{endTime} >= create_time
</if>
<if test="show != null">
and #{show} = show
and show = #{show}
</if>
</select>
......@@ -243,7 +243,7 @@
and #{endTime} >= uo.create_time
</if>
<if test="show != null">
and #{show} = show
and show = #{show}
</if>
order by uo.id desc
limit #{pageNo}, #{pageSize}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论