|
|
|
@@ -215,7 +215,8 @@ |
|
|
|
</foreach> |
|
|
|
</update> |
|
|
|
|
|
|
|
<select id="selectBillOne" parameterType="com.iformall.domain.po.WxBillProperty"> |
|
|
|
<select id="selectBillOne" parameterType="com.iformall.domain.po.WxBillProperty" |
|
|
|
resultType="com.iformall.domain.po.WxBillProperty"> |
|
|
|
select * from wx_bill_rent where merchant_id=#{merchantId} |
|
|
|
AND rent_shop_type = #{rentShopType} AND is_preview = #{isPreview} |
|
|
|
AND date_format(starttime,'%Y-%m-%d 00:00:00.0') = #{starttime} AND date_format(endtime,'%Y-%m-%d 00:00:00.0') = #{endtime} |
|
|
|
|