Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
server
/
formallProject
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
[合同][修改][开发账单结算]
release_toaliyun_real
luozukai
6 лет назад
Родитель
2695dbbca8
Сommit
93de8848ad
1 измененных файлов
:
2 добавлений
и
0 удалений
Единый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+2
-0
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml
+ 2
- 0
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml
Просмотреть файл
@@ -755,7 +755,9 @@
rent_shop_type,'[]' shop_info,comments,'' price_detail,updatetime
rent_shop_type,'[]' shop_info,comments,'' price_detail,updatetime
from wx_bill_other_deposit where tenant_id=#{tenantId}
from wx_bill_other_deposit where tenant_id=#{tenantId}
) bill
) bill
where 1=1
<if test=" null != status"> and bill.status = #{status} </if>
<if test=" null != status"> and bill.status = #{status} </if>
<if test=" null != merchantId">and bill.merchant_id=#{merchantId}</if>
</select>
</select>
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить