修改集成任务日志查询条件
This commit is contained in:
parent
7f1902fc33
commit
3e79fb0d3b
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue