src/main/resources/mapper/ManPakOutMapper.xml
@@ -6,6 +6,9 @@ <if test="docnum != null and docnum != '' "> and doc_num like '%' + #{docnum} + '%' </if> <if test="custName != null and custName != ''"> and cust_name like '%' + #{custName} + '%' </if> <if test="stime != null"> and create_time >= #{stime} </if>