You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wangfukang
62d85b2721
快小猪:
1.物流的模型修改;
2.放开待入库交易记录挂钩限制;
3.app/productShare/save 接口传一个scene参数 在share表存一下,在getShareList的时候返回(前台会传参id的时候);
4.app/sale/buyAi需要返回attrId;
5.快小猪:
buyNew接口 旧商品的新规格没有和attrId的分类绑定
6.快小猪:
app/sale/listPages返回商品的 分类价格;还有getShopAll;还有app/sale/get/还有app/purchase/getPurchaseAllData
8.快小猪:
app/customerCategory/getCustomerCategoryListByShopId 加上负库存数
9.快小猪:
app/sale/savePresale接收一下categoryId(客户分类)如果有值的话(前台不一定传值),并保存到客户表里,app/debt/selectByUserId需要返回categoryId
10.快小猪:
purchaseOcrPicture/callWithMessageOfPurchase和app/sale/buyAi确保把productCount返回一个数字,没有就返回0
11.快小猪:
app/sale/buyAi
purchaseOcrPicture/callWithMessageOfPurchase
app/product/getByProductSn
app/product/getShareList
app/product/getByBarcode
app/product/getById
app/sale/listPages还有首页app/sale/getShopAll和app/sale/get/(这几个可能和上边逻辑不一样,是已保存到表里的saledetail里的productId联查)
这几个接口 接口加一个参数 客户id,如果前台传值了,需要联查该客户 以上接口查询到的商品的 购买次数
12.入库(分新商品和旧商品更新)、新增商品、编辑桑品。判断一下前台有可能传值null字符串和 '[]',数据库保存''.(历史数据需要处理)
|
2 years ago |
| .. |
|
src
|
fix bug app/productCategory/list 接口的sql修改,同时加两个返回参数 count stockCount
|
2 years ago |
|
test-output
|
快小猪:
|
2 years ago |
|
pom.xml
|
调整结构和细节逻辑。
|
3 years ago |