@ -51,4 +51,5 @@ public class OrderEntity {
private Date auditTime;
private boolean syncOutChange;
private String fromSubInvCode;
private String createTime;
}
@ -10,7 +10,7 @@
<if test="id != '' and id!=null">
and id = #{id}
</if>
<if test="status != '' and status!=null">
<if test="status!=null">
and status = #{status}
<if test="type != '' and type!=null">
@ -19,8 +19,8 @@
<if test="scheduleType != '' and scheduleType!=null">
and scheduleType = #{scheduleType}
</where>
order by updateTime desc
</select>