java110-db/src/main/resources/mapper/oa/WorkTaskV1ServiceDaoImplMapper.xml
@@ -74,6 +74,12 @@ #{item} </foreach> </if> <if test="states !=null "> and t.state in <foreach collection="states" item="item" open="(" close=")" separator=","> #{item} </foreach> </if> <if test="staffId !=null and staffId != ''"> and t.staff_id= #{staffId} </if> @@ -188,6 +194,12 @@ #{item} </foreach> </if> <if test="states !=null "> and t.state in <foreach collection="states" item="item" open="(" close=")" separator=","> #{item} </foreach> </if> <if test="staffId !=null and staffId != ''"> and t.staff_id= #{staffId} </if>