Przeglądaj źródła

报销管理界面-已报金额修改

user5 2 lat temu
rodzic
commit
3641d927f5

+ 0 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursementAccountant/mapper/xml/AccountantReimbursementBusinessMapper.xml

@@ -209,7 +209,6 @@
         from zs_reimbursement_business_info a
         where a.del_flag = 0
         and a.business_code_id= #{businessCodeId}
-        and office_type = #{officeType}
     </select>
 
     <select id="getGatheringStatusById" resultType="java.lang.String">

+ 0 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursementAssess/mapper/xml/AssessReimbursementBusinessMapper.xml

@@ -209,7 +209,6 @@
         from zs_reimbursement_business_info a
         where a.del_flag = 0
         and a.business_code_id= #{businessCodeId}
-        and office_type = #{officeType}
     </select>
 
     <select id="getGatheringStatusById" resultType="java.lang.String">

+ 0 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursementProject/mapper/xml/ProjectReimbursementBusinessMapper.xml

@@ -209,7 +209,6 @@
         from zs_reimbursement_business_info a
         where a.del_flag = 0
         and a.business_code_id= #{businessCodeId}
-        and office_type = #{officeType}
     </select>
 
     <select id="getGatheringStatusById" resultType="java.lang.String">