修改集成任务日志查询条件

This commit is contained in:
lvleigang 2025-02-18 14:39:11 +08:00
parent 7f1902fc33
commit 3e79fb0d3b
1 changed files with 3 additions and 2 deletions

View File

@ -20,11 +20,12 @@
<select id="queryyhzh" parameterType="com.hzya.frame.plugin.a8bill.entity.PayBillEntity"
resultType="com.hzya.frame.plugin.a8bill.entity.PayBillEntity" >
select bankaccbas,accountname from bd_bankaccbas where account = #{yhzh}
select pk_bankaccbas as bankaccbas,accountname from bd_bankaccbas where account = #{yhzh}
</select>
<update id="entity_update" parameterType="com.hzya.frame.plugin.a8bill.entity.PayBillEntity">
<update id="updateYhzh" parameterType="com.hzya.frame.plugin.a8bill.entity.PayBillEntity">
update ARAP_DJFB set bfyhzh = #{bankaccbas},skyhmc = #{accountname}
where djbh = #{billCode}
</update>
</mapper>