切换分支备份

purchase
anthonyywj2 3 years ago
parent 09557b6a0f
commit a11ac74a4c

@ -40,10 +40,6 @@ public class StockOrderFilterRequest extends ListPageRequest {
private boolean entrustEnd; private boolean entrustEnd;
private String localAction; private String localAction;
private String startDate; //起始日期
private String endDate; //结束日期
private String orderId; private String orderId;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")

@ -1,4 +1,4 @@
spring.profiles.active=dev spring.profiles.active=test1
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

@ -32,7 +32,7 @@
AND inv_product.ylqxzcrbarmc like concat('%',#{ylqxzcrbarmc},'%') AND inv_product.ylqxzcrbarmc like concat('%',#{ylqxzcrbarmc},'%')
</if> </if>
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null"> <if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
AND inv_product.zczbhhzbapzbh =like concat('%',#{zczbhhzbapzbh},'%') AND inv_product.zczbhhzbapzbh like concat('%',#{zczbhhzbapzbh},'%')
</if> </if>
<if test="supId != '' and supId != null"> <if test="supId != '' and supId != null">
AND supId = #{supId} AND supId = #{supId}

Loading…
Cancel
Save