src/main/resources/mapper/WrkMastExecuteMapper.xml
@@ -33,8 +33,8 @@ <if test="ioType != null"> and io_type = #{ioType} </if> <if test="wrkType != null"> and wrk_type = #{wrkType} <if test="wrkSts != null"> and wrk_sts = #{wrkSts} </if> <if test="steNo != null"> and ste_id = #{steNo} @@ -84,8 +84,8 @@ <if test="ioType != null"> and io_type = #{ioType} </if> <if test="wrkType != null"> and wrk_type = #{wrkType} <if test="wrkSts != null"> and wrk_sts = #{wrkSts} </if> </select>