src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -77,6 +77,12 @@ <if test="zpallet != null and zpallet != ''"> and a.zpallet like concat('%',#{zpallet},'%') </if> <if test="ioType != null"> and b.io_type = #{ioType} </if> <if test="wrkSts != null"> and b.wrk_sts = #{wrkSts} </if> </sql> <select id="selectWrkDetlLogs" resultMap="BaseResultMap">