• Joined on 2023-11-07
chenlin pushed to dev_1.4.5 at minghui/mh_goadmin_server 2024-12-20 06:13:12 +00:00
3751999ca1 1、 商品资料、采购需求新增字段:厂家编码;
chenlin pushed to dev_1.4.5 at minghui/mh_goadmin_server 2024-12-20 02:17:34 +00:00
ddfa6b5de0 1、 获取采购需求接口,增加上周销量字段:last_week_sales;
chenlin created branch dev_1.4.5 in minghui/mh_goadmin_server 2024-12-19 09:56:10 +00:00
chenlin pushed to dev_1.4.5 at minghui/mh_goadmin_server 2024-12-19 09:56:10 +00:00
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-17 07:54:57 +00:00
db1416c42e 1、 产品库存汇总(按门店)导出excel新增二三级分类;
chenlin pushed to main at chenlin/migu_admin_server 2024-12-16 06:38:09 +00:00
cb6b269185 1、历史汇总查询优化,改用老接口,优化了sql;
chenlin pushed to main at chenlin/migu_admin_server 2024-12-16 03:35:23 +00:00
1b2dbab38d 1、优化历史汇总(按小时)excel导出接口;
chenlin pushed to main at chenlin/migu_admin_server 2024-12-13 12:35:52 +00:00
16ad7a9b6c 1、新增接口:历史汇总(按小时)、用户留存记录表(按天);
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-11 01:54:47 +00:00
32f819845b 1、自动审核保证金时间由9点30改为10点;
88c6065d7f 1、优化自动审核保证金错误处理逻辑,解决报错问题;
Compare 2 commits »
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-10 10:21:51 +00:00
03554f5edd 1、优化优惠券详情接口,返回金额跟新增保持一致;
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-10 10:04:48 +00:00
38a4f33061 1、config增加配置项test_user_Info,方便优惠券测试;
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-10 06:50:23 +00:00
ced83a4b87 1、优惠发放优惠券用户筛选,未付费用户剔除已过期的租卡会员;
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-10 03:00:26 +00:00
d67e614afc 1、修改短信签名,go2swtich改成go2ns;
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-06 08:17:43 +00:00
7ac4a12dcc 1、同步dev_1.4.2已修复的缺陷:
fed6093f4e 1、优化getUsersAfterID中case未使用fallthrough的缺陷;
56e5ac695b 1、新增优惠券,编辑优惠券增加入参SmsContent;
Compare 3 commits »
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-06 03:23:08 +00:00
e942715617 1、新增优惠券详情接口;
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-06 03:01:44 +00:00
a11bd9a91d 1、优化自动审核保证金订单日志记录;
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-05 11:39:31 +00:00
6f3fef1e6e 1、优化优惠券发放数量统计;
chenlin pushed to main at chenlin/migu_admin_server 2024-12-05 11:13:51 +00:00
60f318961c 1.新增批量定时查询函数(未启用);
chenlin pushed to dev_1.4.4 at minghui/mh_goadmin_server 2024-12-05 10:47:29 +00:00
cafc26e5bd 1、配置文件增加消息订阅环境和短信url配置项;
chenlin pushed to main at chenlin/migu_server 2024-12-03 10:30:33 +00:00
ee6746e9d8 1.SubmitOrder接口优化,记录订单表失败不报错;回调通知的时候会做判断,未插入会主动记录;external_order_id添加数据库唯一约束,避免重复插入订单表;