|
|
|
@@ -142,6 +142,13 @@ |
|
|
|
<include refid="dynamicWhereConditions"/> |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="findOne" parameterType="com.iformall.domain.po.WxProfitSharingReceiverApply" resultMap="BaseResultMap"> |
|
|
|
select |
|
|
|
<include refid="allColumns"/> |
|
|
|
from wx_profit_sharing_receiver_apply |
|
|
|
<include refid="dynamicWhereConditions"/> |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="findResultStateById" parameterType="Long" resultMap="BaseResultMap"> |
|
|
|
select |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`merchant_id`,`plat`,`out_request_no`, |
|
|
|
|