|
@@ -31,6 +31,7 @@ public interface YzActOrderCyMapper {
|
|
|
" quantity_dj," +
|
|
|
" charge_date," +
|
|
|
" input_date," +
|
|
|
+ " submit_date," +
|
|
|
" ward_code, " +
|
|
|
" cy_mtjs," +
|
|
|
" cy_jsl," +
|
|
@@ -61,10 +62,10 @@ public interface YzActOrderCyMapper {
|
|
|
" and a.status_flag in (${statusFlag}) ",
|
|
|
"</when>",
|
|
|
"<when test='beginDate!=null'>",
|
|
|
- " and a.input_date >=#{beginDate,jdbcType=TIMESTAMP}",
|
|
|
+ " and a.submit_date >=#{beginDate,jdbcType=TIMESTAMP} ",
|
|
|
"</when>",
|
|
|
"<when test='endDate!=null'>",
|
|
|
- " and a.input_date <=#{endDate,jdbcType=TIMESTAMP}",
|
|
|
+ " and a.submit_date <=#{endDate,jdbcType=TIMESTAMP} ",
|
|
|
"</when>" +
|
|
|
" order by a.input_date desc "
|
|
|
, "</script>"})
|