Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-api-boot-master
Commits
36a79f6f
Commit
36a79f6f
authored
Jul 03, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-07-03-2提交
parent
87efb589
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
38 additions
and
52 deletions
+38
-52
SalesAnalysisControl.java
...odule/delivery/controller/admin/SalesAnalysisControl.java
+1
-2
SalesReportControl.java
.../module/delivery/controller/admin/SalesReportControl.java
+0
-1
SysDeptExtControl.java
...o/module/delivery/controller/admin/SysDeptExtControl.java
+1
-1
StatisticalSummary.java
.../module/delivery/entity/orderdata/StatisticalSummary.java
+1
-1
MyTest.java
.../java/cn/iocoder/yudao/module/delivery/mapper/MyTest.java
+1
-1
SalesAnalysisMapper.java
...der/yudao/module/delivery/mapper/SalesAnalysisMapper.java
+1
-1
SalesReportMapper.java
...coder/yudao/module/delivery/mapper/SalesReportMapper.java
+3
-3
AllWriteOffImpl.java
...r/yudao/module/delivery/service/Impl/AllWriteOffImpl.java
+0
-1
CustomerAnalysisImpl.java
...ao/module/delivery/service/Impl/CustomerAnalysisImpl.java
+1
-3
EmployeeServiceImpl.java
...dao/module/delivery/service/Impl/EmployeeServiceImpl.java
+1
-1
SalesAnalysisImpl.java
...yudao/module/delivery/service/Impl/SalesAnalysisImpl.java
+1
-1
SalesReportImpl.java
...r/yudao/module/delivery/service/Impl/SalesReportImpl.java
+2
-8
OrderServiceExt.java
...ocoder/yudao/module/delivery/service/OrderServiceExt.java
+1
-1
JsonFactory.java
...cn/iocoder/yudao/module/delivery/utility/JsonFactory.java
+2
-2
WarehouseLineDO.java
.../depository/dal/dataobject/warehouse/WarehouseLineDO.java
+3
-3
WarehouseServiceImpl.java
...pository/service/warehouse/impl/WarehouseServiceImpl.java
+2
-2
ProdCostCalculation.java
...r/yudao/module/product/component/ProdCostCalculation.java
+1
-1
BoxCostDO.java
...coder/yudao/module/shipment/dal/dataobject/BoxCostDO.java
+1
-1
AirBillReceivableExcelExportListener.java
...ipment/listener/AirBillReceivableExcelExportListener.java
+0
-1
ShipmentLoadExcelExportListener2.java
...e/shipment/listener/ShipmentLoadExcelExportListener2.java
+1
-1
ShipmentReceivableExcelExportListener2.java
...ment/listener/ShipmentReceivableExcelExportListener2.java
+2
-2
BoxCostServiceImpl.java
...o/module/shipment/service/boxCost/BoxCostServiceImpl.java
+1
-1
BoxMergePkgServiceImpl.java
.../shipment/service/boxMergePkg/BoxMergePkgServiceImpl.java
+2
-2
BoxPreloadGoodsServiceImpl.java
...t/service/boxPreloadGoods/BoxPreloadGoodsServiceImpl.java
+3
-3
MakeBillOfLadingBackVO.java
.../shipment/vo/makeBillOfLading/MakeBillOfLadingBackVO.java
+1
-1
BoxCostController.java
...o/module/shipment/controller/admin/BoxCostController.java
+1
-2
BoxLadingBillController.java
...le/shipment/controller/admin/BoxLadingBillController.java
+1
-1
ReceiptItemReq.java
...er/yudao/module/wealth/vo/receiptItem/ReceiptItemReq.java
+2
-3
BankReceiptDetailsMapper.xml
...resources/mapper/ReceiptItem/BankReceiptDetailsMapper.xml
+1
-1
No files found.
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/controller/admin/SalesAnalysisControl.java
View file @
36a79f6f
...
@@ -86,7 +86,7 @@ public class SalesAnalysisControl {
...
@@ -86,7 +86,7 @@ public class SalesAnalysisControl {
}
}
/*
/*
获取销售统计数据
lanbm 2024-05-04 add
获取销售统计数据
*/
*/
@GetMapping
(
"/getStatisticalSummary"
)
@GetMapping
(
"/getStatisticalSummary"
)
public
CommonResult
<
StatisticalSummary
>
getStatisticalSummary
(
@Valid
SalesAnalysisReq
query
)
{
public
CommonResult
<
StatisticalSummary
>
getStatisticalSummary
(
@Valid
SalesAnalysisReq
query
)
{
...
@@ -94,7 +94,6 @@ public class SalesAnalysisControl {
...
@@ -94,7 +94,6 @@ public class SalesAnalysisControl {
}
}
/*
/*
lanbm 2024-04-24 add
*/
*/
@GetMapping
(
"/exportExcel"
)
@GetMapping
(
"/exportExcel"
)
@ApiOperation
(
"导出销售分析数据"
)
@ApiOperation
(
"导出销售分析数据"
)
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/controller/admin/SalesReportControl.java
View file @
36a79f6f
...
@@ -65,7 +65,6 @@ public class SalesReportControl {
...
@@ -65,7 +65,6 @@ public class SalesReportControl {
/*
/*
按运输方式统计重量和方数
按运输方式统计重量和方数
lanbm 2024-04-01
*/
*/
@PostMapping
(
"/SalesReportCount"
)
@PostMapping
(
"/SalesReportCount"
)
public
CommonResult
<
List
<
SalesReportResp
>>
SalesReportCount
(
@RequestBody
SalesReportReq
Req
)
throws
ParseException
{
public
CommonResult
<
List
<
SalesReportResp
>>
SalesReportCount
(
@RequestBody
SalesReportReq
Req
)
throws
ParseException
{
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/controller/admin/SysDeptExtControl.java
View file @
36a79f6f
...
@@ -33,7 +33,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
...
@@ -33,7 +33,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
@RequestMapping
(
"/Report/SysDeptEx"
)
@RequestMapping
(
"/Report/SysDeptEx"
)
public
class
SysDeptExtControl
{
public
class
SysDeptExtControl
{
//
lanbm 2024-04-19
添加的系统基础扩展功能
// 添加的系统基础扩展功能
@Resource
@Resource
private
DeptExMapper
deptExMapper
;
private
DeptExMapper
deptExMapper
;
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/entity/orderdata/StatisticalSummary.java
View file @
36a79f6f
...
@@ -7,7 +7,7 @@ import lombok.ToString;
...
@@ -7,7 +7,7 @@ import lombok.ToString;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
/*
/*
lanbm 2024-05-03 add
*/
*/
@Schema
(
description
=
"管理后台 - 订单汇总数据"
)
@Schema
(
description
=
"管理后台 - 订单汇总数据"
)
@Data
@Data
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/mapper/MyTest.java
View file @
36a79f6f
...
@@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Update;
...
@@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Update;
import
java.util.List
;
import
java.util.List
;
/*
/*
用注解实现简单的功能
lanbm 2024-05-26 add
用注解实现简单的功能
*/
*/
public
interface
MyTest
{
public
interface
MyTest
{
// 查询所有商品类型
// 查询所有商品类型
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/mapper/SalesAnalysisMapper.java
View file @
36a79f6f
...
@@ -9,7 +9,7 @@ import java.util.List;
...
@@ -9,7 +9,7 @@ import java.util.List;
/**
/**
* (SalesAnalysis)销售分析
* (SalesAnalysis)销售分析
*
*
* @author
lanbm
* @author
* @since 2024-04-01
* @since 2024-04-01
*/
*/
@Mapper
@Mapper
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/mapper/SalesReportMapper.java
View file @
36a79f6f
...
@@ -8,8 +8,8 @@ import org.apache.ibatis.annotations.Mapper;
...
@@ -8,8 +8,8 @@ import org.apache.ibatis.annotations.Mapper;
/**
/**
* (SalesReport)销售报表
* (SalesReport)销售报表
*
*
* @author
lanbm
* @author
* @since
2024-04-01
* @since
*/
*/
@Mapper
@Mapper
public
interface
SalesReportMapper
{
public
interface
SalesReportMapper
{
...
@@ -37,7 +37,7 @@ public interface SalesReportMapper {
...
@@ -37,7 +37,7 @@ public interface SalesReportMapper {
/*
/*
统计一段时间内客户成交数目,出重客户
统计一段时间内客户成交数目,出重客户
lanbm 2024-05-09 add
*/
*/
int
CustomerTargetCount
(
SalesReportReq
Req
);
int
CustomerTargetCount
(
SalesReportReq
Req
);
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/service/Impl/AllWriteOffImpl.java
View file @
36a79f6f
...
@@ -18,7 +18,6 @@ public class AllWriteOffImpl implements AllWriteOffService {
...
@@ -18,7 +18,6 @@ public class AllWriteOffImpl implements AllWriteOffService {
/*
/*
调用自动核销存储过程
调用自动核销存储过程
lanbm 2024-05-19 add
*/
*/
public
String
auto_writeoff
()
{
public
String
auto_writeoff
()
{
return
allWriteOffMapper
.
auto_writeoff
();
return
allWriteOffMapper
.
auto_writeoff
();
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/service/Impl/CustomerAnalysisImpl.java
View file @
36a79f6f
...
@@ -120,7 +120,6 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
...
@@ -120,7 +120,6 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
/*
/*
格式化BigDecimal为字符串,保留两位小数
格式化BigDecimal为字符串,保留两位小数
lanbm 2024-04-10 add
*/
*/
private
String
format
(
BigDecimal
value
)
{
private
String
format
(
BigDecimal
value
)
{
NumberFormat
numberFormat
=
NumberFormat
.
getInstance
();
NumberFormat
numberFormat
=
NumberFormat
.
getInstance
();
...
@@ -196,7 +195,6 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
...
@@ -196,7 +195,6 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
}
}
}
else
{
}
else
{
//2024-03-01
String
sT
=
Req
.
getSdate
();
String
sT
=
Req
.
getSdate
();
String
s
=
sT
.
substring
(
4
,
10
);
String
s
=
sT
.
substring
(
4
,
10
);
...
@@ -470,7 +468,7 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
...
@@ -470,7 +468,7 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
query
=
getDataWhere
(
query
);
query
=
getDataWhere
(
query
);
System
.
out
.
println
(
"处理后的查询条件:"
+
query
);
System
.
out
.
println
(
"处理后的查询条件:"
+
query
);
//把model转 JSON字符串
lanbm
//把model转 JSON字符串
//String jsonStr = JsonUtils.toJsonString(query);
//String jsonStr = JsonUtils.toJsonString(query);
//JsonUtils.SaveLog(jsonStr);
//JsonUtils.SaveLog(jsonStr);
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/service/Impl/EmployeeServiceImpl.java
View file @
36a79f6f
...
@@ -17,7 +17,7 @@ import javax.validation.Valid;
...
@@ -17,7 +17,7 @@ import javax.validation.Valid;
/**
/**
* (Employee)表服务实现类
* (Employee)表服务实现类
*
*
* @author
lanbm
* @author
* @since 2024-03-27 21:25:56
* @since 2024-03-27 21:25:56
*/
*/
@Service
(
"employeeService"
)
@Service
(
"employeeService"
)
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/service/Impl/SalesAnalysisImpl.java
View file @
36a79f6f
...
@@ -82,7 +82,7 @@ public class SalesAnalysisImpl implements SalesAnalysisService {
...
@@ -82,7 +82,7 @@ public class SalesAnalysisImpl implements SalesAnalysisService {
r
.
setDraweeName
(
sTemp
);
r
.
setDraweeName
(
sTemp
);
//计算提货率
lanbm 2024-05-02 add
//计算提货率
if
(
r
.
getSumquantity
()
==
0
)
{
if
(
r
.
getSumquantity
()
==
0
)
{
r
.
setShowThl
(
"总数为0"
);
r
.
setShowThl
(
"总数为0"
);
}
else
{
}
else
{
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/service/Impl/SalesReportImpl.java
View file @
36a79f6f
...
@@ -25,7 +25,6 @@ import java.util.List;
...
@@ -25,7 +25,6 @@ import java.util.List;
/*
/*
销售看板统计报表
销售看板统计报表
lanbm 2024-04-01 add
*/
*/
@Service
(
"SalesReportService"
)
@Service
(
"SalesReportService"
)
public
class
SalesReportImpl
implements
SalesReportService
{
public
class
SalesReportImpl
implements
SalesReportService
{
...
@@ -328,7 +327,7 @@ public class SalesReportImpl implements SalesReportService {
...
@@ -328,7 +327,7 @@ public class SalesReportImpl implements SalesReportService {
}
}
/*
/*
获取首次成交统计数据
lanbm 2024-05-09 add
获取首次成交统计数据
*/
*/
public
SalesReportCusTarget
FirstCustomerCount
(
SalesReportReq
Req
)
throws
ParseException
{
public
SalesReportCusTarget
FirstCustomerCount
(
SalesReportReq
Req
)
throws
ParseException
{
Req
=
getReq
(
Req
);
Req
=
getReq
(
Req
);
...
@@ -354,7 +353,7 @@ public class SalesReportImpl implements SalesReportService {
...
@@ -354,7 +353,7 @@ public class SalesReportImpl implements SalesReportService {
}
}
/*
/*
根据查询参数获取同比查询参数
lanbm 2024-05-09 add
根据查询参数获取同比查询参数
*/
*/
private
SalesReportReq
getReqTb
(
SalesReportReq
Req
)
{
private
SalesReportReq
getReqTb
(
SalesReportReq
Req
)
{
SalesReportReq
ReqLast
=
new
SalesReportReq
();
SalesReportReq
ReqLast
=
new
SalesReportReq
();
...
@@ -369,7 +368,6 @@ public class SalesReportImpl implements SalesReportService {
...
@@ -369,7 +368,6 @@ public class SalesReportImpl implements SalesReportService {
/*
/*
统计一段时间内客户成交数目,出重客户
统计一段时间内客户成交数目,出重客户
lanbm 2024-05-09 add
*/
*/
public
SalesReportCusTarget
CustomerTargetCount
(
SalesReportReq
Req
)
throws
ParseException
{
public
SalesReportCusTarget
CustomerTargetCount
(
SalesReportReq
Req
)
throws
ParseException
{
Req
=
getReq
(
Req
);
Req
=
getReq
(
Req
);
...
@@ -396,7 +394,6 @@ public class SalesReportImpl implements SalesReportService {
...
@@ -396,7 +394,6 @@ public class SalesReportImpl implements SalesReportService {
/*
/*
格式化BigDecimal为字符串,保留两位小数
格式化BigDecimal为字符串,保留两位小数
lanbm 2024-04-10 add
*/
*/
private
String
format
(
BigDecimal
value
)
{
private
String
format
(
BigDecimal
value
)
{
NumberFormat
numberFormat
=
NumberFormat
.
getInstance
();
NumberFormat
numberFormat
=
NumberFormat
.
getInstance
();
...
@@ -547,7 +544,6 @@ public class SalesReportImpl implements SalesReportService {
...
@@ -547,7 +544,6 @@ public class SalesReportImpl implements SalesReportService {
/*
/*
获取统计数据List
获取统计数据List
lanbm 2024-05-15 add
*/
*/
private
List
<
String
>
getListTotal
(
SalesReportReq
Req
,
int
n
,
private
List
<
String
>
getListTotal
(
SalesReportReq
Req
,
int
n
,
SalesReportBar
salesReportBar
)
{
SalesReportBar
salesReportBar
)
{
...
@@ -681,7 +677,6 @@ public class SalesReportImpl implements SalesReportService {
...
@@ -681,7 +677,6 @@ public class SalesReportImpl implements SalesReportService {
}
}
/*
/*
lanbm 2024-05-16 add
*/
*/
private
String
getHbSDate
(
Date
dCurDate
)
{
private
String
getHbSDate
(
Date
dCurDate
)
{
SimpleDateFormat
sdf
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
);
SimpleDateFormat
sdf
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
);
...
@@ -695,7 +690,6 @@ public class SalesReportImpl implements SalesReportService {
...
@@ -695,7 +690,6 @@ public class SalesReportImpl implements SalesReportService {
}
}
/*
/*
lanbm 2024-05-16 add
*/
*/
private
String
getHbEDate
(
String
sDate
)
{
private
String
getHbEDate
(
String
sDate
)
{
String
[]
parts2
=
sDate
.
split
(
"-"
);
String
[]
parts2
=
sDate
.
split
(
"-"
);
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/service/OrderServiceExt.java
View file @
36a79f6f
...
@@ -5,7 +5,7 @@ import cn.iocoder.yudao.framework.apollo.core.event.Customer.ReceiveCustomerCalT
...
@@ -5,7 +5,7 @@ import cn.iocoder.yudao.framework.apollo.core.event.Customer.ReceiveCustomerCalT
//import cn.iocoder.yudao.module.delivery.entity.orderdata.OrderExt;
//import cn.iocoder.yudao.module.delivery.entity.orderdata.OrderExt;
/*
/*
订单相关的业务逻辑扩展
lanbm 2024-05-07 add
订单相关的业务逻辑扩展
判断订单发货方客户活收货方客户是否有已入仓订单
判断订单发货方客户活收货方客户是否有已入仓订单
*/
*/
public
interface
OrderServiceExt
{
public
interface
OrderServiceExt
{
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/utility/JsonFactory.java
View file @
36a79f6f
...
@@ -22,7 +22,7 @@ import java.math.BigDecimal;
...
@@ -22,7 +22,7 @@ import java.math.BigDecimal;
import
java.util.*
;
import
java.util.*
;
/*
/*
递归的例子
lanbm 2024-05-26 add
递归的例子
*/
*/
public
class
JsonFactory
{
public
class
JsonFactory
{
public
static
List
<
TreeNode
>
buildtree
(
List
<
TreeNode
>
nodes
,
int
id
)
{
public
static
List
<
TreeNode
>
buildtree
(
List
<
TreeNode
>
nodes
,
int
id
)
{
...
@@ -41,7 +41,7 @@ public class JsonFactory {
...
@@ -41,7 +41,7 @@ public class JsonFactory {
}
}
/*
/*
获取UUID
lanbm 2024-05-30 添加
获取UUID
*/
*/
public
static
String
getUUID
()
public
static
String
getUUID
()
{
{
...
...
yudao-module-depository/yudao-module-depository-core/src/main/java/cn/iocoder/yudao/module/depository/dal/dataobject/warehouse/WarehouseLineDO.java
View file @
36a79f6f
...
@@ -119,17 +119,17 @@ public class WarehouseLineDO extends BaseDO {
...
@@ -119,17 +119,17 @@ public class WarehouseLineDO extends BaseDO {
private
String
destQianzhui
;
private
String
destQianzhui
;
/*
/*
落款信息
lanbm 2024-06-10 add
落款信息
*/
*/
private
String
lkLeft
;
private
String
lkLeft
;
/*
/*
落款信息
lanbm 2024-06-10 add
落款信息
*/
*/
private
String
lkRight
;
private
String
lkRight
;
/*
/*
图章名称
lanbm 2024-06-12 add
图章名称
*/
*/
private
String
tzName
;
private
String
tzName
;
...
...
yudao-module-depository/yudao-module-depository-core/src/main/java/cn/iocoder/yudao/module/depository/service/warehouse/impl/WarehouseServiceImpl.java
View file @
36a79f6f
...
@@ -263,12 +263,12 @@ public class WarehouseServiceImpl implements WarehouseService {
...
@@ -263,12 +263,12 @@ public class WarehouseServiceImpl implements WarehouseService {
warehouseItem
.
setTempTitleEn
(
lineDO
.
getTempTitleEn
());
warehouseItem
.
setTempTitleEn
(
lineDO
.
getTempTitleEn
());
warehouseItem
.
setTempTitleZh
(
lineDO
.
getTempTitleZh
());
warehouseItem
.
setTempTitleZh
(
lineDO
.
getTempTitleZh
());
//
lanbm 2024-06-12
添加配置
//添加配置
warehouseItem
.
setLkRight
(
lineDO
.
getLkRight
());
warehouseItem
.
setLkRight
(
lineDO
.
getLkRight
());
warehouseItem
.
setLkLeft
(
lineDO
.
getLkLeft
());
warehouseItem
.
setLkLeft
(
lineDO
.
getLkLeft
());
warehouseItem
.
setTzName
(
lineDO
.
getTzName
());
warehouseItem
.
setTzName
(
lineDO
.
getTzName
());
//end
lanbm 2024-06-12
添加配置
//end 添加配置
String
recipientInfo
=
lineDO
.
getRecipientInfo
();
String
recipientInfo
=
lineDO
.
getRecipientInfo
();
if
(
recipientInfo
!=
null
)
{
if
(
recipientInfo
!=
null
)
{
...
...
yudao-module-product/yudao-module-product-core/src/main/java/cn/iocoder/yudao/module/product/component/ProdCostCalculation.java
View file @
36a79f6f
...
@@ -1364,7 +1364,7 @@ public class ProdCostCalculation {
...
@@ -1364,7 +1364,7 @@ public class ProdCostCalculation {
prodParam
.
getUnitDO
(),
prodParam
.
getUnitDO
(),
1
);
1
);
//
lanbm 2024-06-21
添加的逻辑
// 添加的逻辑
if
(
productPriceDO
.
getPriceType
()
==
null
)
{
if
(
productPriceDO
.
getPriceType
()
==
null
)
{
zTest3
z
=
new
zTest3
();
zTest3
z
=
new
zTest3
();
z
.
setCreatedate
(
new
Date
());
z
.
setCreatedate
(
new
Date
());
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/dal/dataobject/BoxCostDO.java
View file @
36a79f6f
...
@@ -57,7 +57,7 @@ public class BoxCostDO extends BaseDO {
...
@@ -57,7 +57,7 @@ public class BoxCostDO extends BaseDO {
private
String
remarks
;
private
String
remarks
;
/*
/*
费用产生时间
lanbm 2024-05-17 add
费用产生时间
*/
*/
@JsonFormat
(
pattern
=
FORMAT_YEAR_MONTH_DAY
)
@JsonFormat
(
pattern
=
FORMAT_YEAR_MONTH_DAY
)
private
Date
freecsdate
;
private
Date
freecsdate
;
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/listener/AirBillReceivableExcelExportListener.java
View file @
36a79f6f
...
@@ -64,7 +64,6 @@ import static cn.iocoder.yudao.module.shipment.enums.ErrorCodeConstants.HAVE_NOT
...
@@ -64,7 +64,6 @@ import static cn.iocoder.yudao.module.shipment.enums.ErrorCodeConstants.HAVE_NOT
/*
/*
空运应收款汇总下载
空运应收款汇总下载
lanbm 2024-05-25 添加注释
*/
*/
@Component
(
"AirBillReceivableExcelExportListener"
)
@Component
(
"AirBillReceivableExcelExportListener"
)
@AllArgsConstructor
@AllArgsConstructor
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/listener/ShipmentLoadExcelExportListener2.java
View file @
36a79f6f
...
@@ -428,7 +428,7 @@ public class ShipmentLoadExcelExportListener2 {
...
@@ -428,7 +428,7 @@ public class ShipmentLoadExcelExportListener2 {
//preloadDto.setUsageIds(sUserdName);
//preloadDto.setUsageIds(sUserdName);
}
}
//商品特性赋值
lanbm 2024-06-05 add
//商品特性赋值
String
sR
=
getAttrName
(
item
,
ProductAttrMap
);
String
sR
=
getAttrName
(
item
,
ProductAttrMap
);
//preloadDto.setProdAttrIds(sR);
//preloadDto.setProdAttrIds(sR);
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/listener/ShipmentReceivableExcelExportListener2.java
View file @
36a79f6f
...
@@ -72,7 +72,7 @@ import java.net.URL;
...
@@ -72,7 +72,7 @@ import java.net.URL;
* 自编号订单excel导出监听
* 自编号订单excel导出监听
* 海运应收汇总表单
* 海运应收汇总表单
*
*
* @author
lanbm 2024-05-25 add
* @author
*/
*/
@Component
(
"ShipmentReceivableExcelExportListener2"
)
@Component
(
"ShipmentReceivableExcelExportListener2"
)
@AllArgsConstructor
@AllArgsConstructor
...
@@ -227,7 +227,7 @@ public class ShipmentReceivableExcelExportListener2 {
...
@@ -227,7 +227,7 @@ public class ShipmentReceivableExcelExportListener2 {
headMap
.
put
(
"lkRight"
,
warehouseLineDO
.
getLkRight
());
headMap
.
put
(
"lkRight"
,
warehouseLineDO
.
getLkRight
());
}
}
//
lanbm 2024-06-11
添加图片自动填充功能
// 添加图片自动填充功能
ImageData
imageData
=
new
ImageData
();
ImageData
imageData
=
new
ImageData
();
imageData
.
setUrl
(
new
URL
(
imageData
.
setUrl
(
new
URL
(
"https://jiedao-pre-production.oss-cn-shenzhen.aliyuncs.com/2024/06/11/6668347de4b001393be98e24.jpg"
));
"https://jiedao-pre-production.oss-cn-shenzhen.aliyuncs.com/2024/06/11/6668347de4b001393be98e24.jpg"
));
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/service/boxCost/BoxCostServiceImpl.java
View file @
36a79f6f
...
@@ -71,7 +71,7 @@ public class BoxCostServiceImpl extends AbstractService<BoxCostMapper, BoxCostDO
...
@@ -71,7 +71,7 @@ public class BoxCostServiceImpl extends AbstractService<BoxCostMapper, BoxCostDO
req
.
setDestWarehouseId
(
boxDO
.
getDestWarehouseId
());
req
.
setDestWarehouseId
(
boxDO
.
getDestWarehouseId
());
req
.
setTransportId
(
Long
.
valueOf
(
boxDO
.
getTransportType
()));
req
.
setTransportId
(
Long
.
valueOf
(
boxDO
.
getTransportType
()));
req
.
setShippingFeeId
(
boxCost
.
getId
());
req
.
setShippingFeeId
(
boxCost
.
getId
());
//
lanbm 2024-05-17 add
费用产生日期
// 费用产生日期
req
.
setFreecsdate
(
boxCost
.
getFreecsdate
());
req
.
setFreecsdate
(
boxCost
.
getFreecsdate
());
payableService
.
createPayable
(
req
);
payableService
.
createPayable
(
req
);
return
boxCost
.
getId
();
return
boxCost
.
getId
();
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/service/boxMergePkg/BoxMergePkgServiceImpl.java
View file @
36a79f6f
...
@@ -169,7 +169,7 @@ public class BoxMergePkgServiceImpl extends AbstractService<BoxMergePkgMapper, B
...
@@ -169,7 +169,7 @@ public class BoxMergePkgServiceImpl extends AbstractService<BoxMergePkgMapper, B
String
.
valueOf
(
boxMergePkgNumRecordDO
.
getNum
()));
String
.
valueOf
(
boxMergePkgNumRecordDO
.
getNum
()));
}
}
//
lanbm 2024-06-15
添加箱码是否重复的校验功能
// 添加箱码是否重复的校验功能
BoxMergePkgDO
boxMergePkg
=
BoxMergePkgDO
boxMergePkg
=
BoxMergePkgConvert
.
INSTANCE
.
convert
(
createReqVO
);
BoxMergePkgConvert
.
INSTANCE
.
convert
(
createReqVO
);
if
(
isHavingBoxCod
(
boxMergePkg
.
getPkgNum
())
==
0
)
{
if
(
isHavingBoxCod
(
boxMergePkg
.
getPkgNum
())
==
0
)
{
...
@@ -402,7 +402,7 @@ public class BoxMergePkgServiceImpl extends AbstractService<BoxMergePkgMapper, B
...
@@ -402,7 +402,7 @@ public class BoxMergePkgServiceImpl extends AbstractService<BoxMergePkgMapper, B
BoxMergePkgDO
boxMergePkgDO
=
boxMergePkgMapper
.
selectById
(
id
);
BoxMergePkgDO
boxMergePkgDO
=
boxMergePkgMapper
.
selectById
(
id
);
if
(
boxMergePkgDO
.
getSumVolume
()
==
null
||
if
(
boxMergePkgDO
.
getSumVolume
()
==
null
||
boxMergePkgDO
.
getSumVolume
().
compareTo
(
new
BigDecimal
(
0
))==
0
)
{
boxMergePkgDO
.
getSumVolume
().
compareTo
(
new
BigDecimal
(
0
))==
0
)
{
//
lanbm 2024-06-20注释掉
//
boxMergePkgDO
=
boxMergePkgMapper
.
getMergePkgInfoById
(
id
);
boxMergePkgDO
=
boxMergePkgMapper
.
getMergePkgInfoById
(
id
);
//根据长宽高计算箱的体积
//根据长宽高计算箱的体积
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/service/boxPreloadGoods/BoxPreloadGoodsServiceImpl.java
View file @
36a79f6f
...
@@ -2943,7 +2943,7 @@ public class BoxPreloadGoodsServiceImpl extends AbstractService<BoxPreloadGoodsM
...
@@ -2943,7 +2943,7 @@ public class BoxPreloadGoodsServiceImpl extends AbstractService<BoxPreloadGoodsM
}
}
/*
/*
lanbm 2024-05-13
处理问题添加注释
处理问题添加注释
*/
*/
@Override
@Override
public
Map
<
Long
,
BoxGoodsStatistics
>
getBoxStatistics
(
List
<
Long
>
idList
)
{
public
Map
<
Long
,
BoxGoodsStatistics
>
getBoxStatistics
(
List
<
Long
>
idList
)
{
...
@@ -3071,10 +3071,10 @@ public class BoxPreloadGoodsServiceImpl extends AbstractService<BoxPreloadGoodsM
...
@@ -3071,10 +3071,10 @@ public class BoxPreloadGoodsServiceImpl extends AbstractService<BoxPreloadGoodsM
private
void
calculateBoxMergeSum
(
List
<
BoxMergePkgDO
>
mergePkgDOList
,
private
void
calculateBoxMergeSum
(
List
<
BoxMergePkgDO
>
mergePkgDOList
,
BoxGoodsStatistics
boxGoodsStatistics
,
BoxGoodsStatistics
boxGoodsStatistics
,
long
shipmentId
)
{
long
shipmentId
)
{
//
lanbm 2024-05-13
添加修改问题注释掉的代码
// 添加修改问题注释掉的代码
//if (CollectionUtil.isEmpty(mergePkgDOList)) return;
//if (CollectionUtil.isEmpty(mergePkgDOList)) return;
//shipmentId = mergePkgDOList.get(0).getShipmentId();
//shipmentId = mergePkgDOList.get(0).getShipmentId();
//end
lanbm 2024-05-13
添加修改问题注释掉的代码
//end 添加修改问题注释掉的代码
BoxDO
box
=
boxService
.
getBox
(
shipmentId
);
BoxDO
box
=
boxService
.
getBox
(
shipmentId
);
if
(!
TransportTypeEnum
.
AIR
.
getType
().
equals
(
box
.
getTransportType
()))
{
if
(!
TransportTypeEnum
.
AIR
.
getType
().
equals
(
box
.
getTransportType
()))
{
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/vo/makeBillOfLading/MakeBillOfLadingBackVO.java
View file @
36a79f6f
...
@@ -39,7 +39,7 @@ public class MakeBillOfLadingBackVO {
...
@@ -39,7 +39,7 @@ public class MakeBillOfLadingBackVO {
private
String
bpmProcessId
;
private
String
bpmProcessId
;
/*
/*
审批状态
lanbm 2024-05-04 add
审批状态
*/
*/
private
String
bpmStatus
;
private
String
bpmStatus
;
...
...
yudao-module-shipment/yudao-module-shipment-rest/src/main/java/cn/iocoder/yudao/module/shipment/controller/admin/BoxCostController.java
View file @
36a79f6f
...
@@ -58,7 +58,6 @@ public class BoxCostController {
...
@@ -58,7 +58,6 @@ public class BoxCostController {
private
PayableService
payableService
;
private
PayableService
payableService
;
/*
/*
lanbm 2024-05-16 add
*/
*/
@Resource
@Resource
private
CurrencyService
currencyService
;
private
CurrencyService
currencyService
;
...
@@ -135,7 +134,7 @@ public class BoxCostController {
...
@@ -135,7 +134,7 @@ public class BoxCostController {
List
<
BoxCostBackVO
>
costList
=
BoxCostConvert
.
INSTANCE
.
convertList
(
list
);
List
<
BoxCostBackVO
>
costList
=
BoxCostConvert
.
INSTANCE
.
convertList
(
list
);
//
lanbm 2024-05-16
添加币种信息
// 添加币种信息
List
<
CurrencyDO
>
listCurrency
=
currencyService
.
getCurrencyList
();
List
<
CurrencyDO
>
listCurrency
=
currencyService
.
getCurrencyList
();
//List 转 Map
//List 转 Map
Map
<
Integer
,
String
>
currencyMap
=
Map
<
Integer
,
String
>
currencyMap
=
...
...
yudao-module-shipment/yudao-module-shipment-rest/src/main/java/cn/iocoder/yudao/module/shipment/controller/admin/BoxLadingBillController.java
View file @
36a79f6f
...
@@ -109,7 +109,7 @@ public class BoxLadingBillController {
...
@@ -109,7 +109,7 @@ public class BoxLadingBillController {
}
}
/*
/*
lanbm 2024-05-28
处理空运提单补料模板修改
处理空运提单补料模板修改
*/
*/
@GetMapping
(
"/getBoxLadingBillPdf"
)
@GetMapping
(
"/getBoxLadingBillPdf"
)
@ApiOperation
(
"获得提单补料pdf"
)
@ApiOperation
(
"获得提单补料pdf"
)
...
...
yudao-module-wealth/yudao-module-wealth-core/src/main/java/cn/iocoder/yudao/module/wealth/vo/receiptItem/ReceiptItemReq.java
View file @
36a79f6f
...
@@ -10,7 +10,6 @@ import java.util.Date;
...
@@ -10,7 +10,6 @@ import java.util.Date;
import
static
cn
.
iocoder
.
yudao
.
framework
.
common
.
util
.
date
.
DateUtils
.
FORMAT_YEAR_MONTH_DAY
;
import
static
cn
.
iocoder
.
yudao
.
framework
.
common
.
util
.
date
.
DateUtils
.
FORMAT_YEAR_MONTH_DAY
;
/*
/*
lanbm 2024-05-18 add
*/
*/
@Data
@Data
@ApiModel
(
"管理后台 - 银行收款单明细列表"
)
@ApiModel
(
"管理后台 - 银行收款单明细列表"
)
...
@@ -54,7 +53,7 @@ public class ReceiptItemReq extends PageParam {
...
@@ -54,7 +53,7 @@ public class ReceiptItemReq extends PageParam {
/*
/*
实收日期
lanbm 2024-06-07 add
实收日期
*/
*/
private
String
sDate4
;
private
String
sDate4
;
private
String
eDate4
;
private
String
eDate4
;
...
@@ -77,7 +76,7 @@ public class ReceiptItemReq extends PageParam {
...
@@ -77,7 +76,7 @@ public class ReceiptItemReq extends PageParam {
private
String
accountNo
;
private
String
accountNo
;
/*
/*
审批状态
lanbm 2024-06-13 add
审批状态
*/
*/
private
String
status
;
private
String
status
;
...
...
yudao-module-wealth/yudao-module-wealth-rest/src/main/resources/mapper/ReceiptItem/BankReceiptDetailsMapper.xml
View file @
36a79f6f
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
AND a.update_time BETWEEN #{sDate3} and #{eDate3}
AND a.update_time BETWEEN #{sDate3} and #{eDate3}
</if>
</if>
<!--实收日期
lanbm 2024-06-07 add
-->
<!--实收日期 -->
<if
test=
"sDate4 != null and sDate4 != '' and
<if
test=
"sDate4 != null and sDate4 != '' and
eDate4 != null and eDate4 != ''"
>
eDate4 != null and eDate4 != ''"
>
AND p.amount_date BETWEEN #{sDate4} and #{eDate4}
AND p.amount_date BETWEEN #{sDate4} and #{eDate4}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment