...
|
...
|
@@ -43,6 +43,7 @@ |
|
|
from land_busineestype_list_info
|
|
|
where 1=1
|
|
|
and applicationFormId = #{applicationformid,jdbcType=VARCHAR}
|
|
|
and ext4='B'
|
|
|
</select>
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
delete from land_busineestype_list_info
|
...
|
...
|
|