更新代码

This commit is contained in:
2026-06-15 14:51:35 +08:00
parent b394cc6d13
commit 8d0f158dc3
26 changed files with 654 additions and 129 deletions

View File

@@ -8,8 +8,8 @@ public interface WeAppSubOrderDao extends BaseDao<WeAppSubOrder> {
WeAppSubOrder selectByBillNo(String billNo);
WeAppSubOrder selectByBillNoForUpdate(String billNo);
List<WeAppSubOrder> selectByMainOrderId(Long mainOrderId);
Integer updateById(WeAppSubOrder subOrder);
}