快递查询

This commit is contained in:
Paidax
2025-01-20 16:15:51 +08:00
parent 834cf8ba6e
commit 7dec9973c3
4 changed files with 81 additions and 75 deletions
@@ -610,6 +610,9 @@ public class WelfareCommonController {
public Object courierNumberInfo(String welfareId, String userId) {
//查询的时候去触发福利最新信息
List<WelfareCourierNumber> welfareCourierNumberList = dao.query(WelfareCourierNumber.class, Cnd.where("welfareId", "=", welfareId).and("selectUserId", "=", userId));
if (Lang.isEmpty(welfareCourierNumberList)) {
return Result.error("未获取到您的快递单号,请耐心等待管理员录入");
}
for (WelfareCourierNumber courierNumber : welfareCourierNumberList) {
//如果有上次查询的时间