north-glass-erp/src/main/resources/mapper/mm/FinishedOperateLog.xml
@@ -71,6 +71,9 @@ <if test="finishedOperateLog.quantity != null and finishedOperateLog.quantity != ''"> and fol.quantity regexp #{finishedOperateLog.quantity} </if> <if test="finishedOperateLog.processId != null and finishedOperateLog.processId != ''"> and fol.process_id regexp #{finishedOperateLog.processId} </if> <if test="finishedOperateLog.operator != null and finishedOperateLog.operator != ''"> and fol.operator regexp #{finishedOperateLog.operator} </if>