|
|
@ -25,6 +25,7 @@ public interface AttStMpMapper extends BaseMapper<AttStMp> { |
|
|
|
"<where> " + |
|
|
|
"<if test='sp.resCode != null and sp.resCode != \"\"'> and st.prjcd = #{sp.resCode} </if> " + |
|
|
|
"<if test='sp.mpType != null and sp.mpType != \"\"'> and mp.mp_type = #{sp.mpType} </if> " + |
|
|
|
"<if test='sp.stcd != null and sp.stcd != \"\"'> and mp.stcd = #{sp.stcd} </if> " + |
|
|
|
"</where> " + |
|
|
|
"</script>") |
|
|
|
List<AttStMp> selectList(@Param("sp") AttMpQueDto sp); |
|
|
|