|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
|
|
|
delete from paybalancedetail
|
|
|
- where rbd_rbid = #{id,jdbcType=INTEGER}
|
|
|
+ where pbd_pbid = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
|
|
|
<insert id="insert" parameterType="com.usoftchina.saas.money.po.Paybalancedetail" >
|