service/src/main/resources/mapper/cwgl/VoucherSubjectSettingMapper.xml
@@ -232,4 +232,10 @@ </foreach> </delete> <!-- 校验科目代码是否唯一 --> <select id="checkSubjectCodeUnique" resultMap="VoucherSubjectSettingResult"> <include refid="selectVoucherSubjectSettingVo"/> where subject_code = #{subjectCode} and account_set = #{accountSet} and del_flag = '0' limit 1 </select> </mapper>