回显应收应付;
This commit is contained in:
+2
@@ -585,6 +585,8 @@ public class BillingStatementApplicationService {
|
|||||||
此方法只进行实体返回,并不进行数据保存
|
此方法只进行实体返回,并不进行数据保存
|
||||||
*/
|
*/
|
||||||
LoginUser loginUser = SecurityUtils.getLoginUser();
|
LoginUser loginUser = SecurityUtils.getLoginUser();
|
||||||
|
|
||||||
|
billingStatementDO.setAccountExpenseType(billingStatementDO.getAccountExpenseType());
|
||||||
if (ObjectUtil.isNull(loginUser)) {
|
if (ObjectUtil.isNull(loginUser)) {
|
||||||
throw new DigitalLogisticsException(UserError.TIMEOUT);
|
throw new DigitalLogisticsException(UserError.TIMEOUT);
|
||||||
}
|
}
|
||||||
|
|||||||
+4
@@ -100,6 +100,10 @@ public class BillingStatementPO extends BaseVOEntity{
|
|||||||
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
||||||
private Integer accountExpenseType;
|
private Integer accountExpenseType;
|
||||||
|
|
||||||
|
@ApiModelProperty("收支类型(1-应收,2-应付)")
|
||||||
|
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
||||||
|
private Integer billType;
|
||||||
|
|
||||||
@ApiModelProperty("流水备注")
|
@ApiModelProperty("流水备注")
|
||||||
@Excel(name = "流水备注")
|
@Excel(name = "流水备注")
|
||||||
private String billingRemark;
|
private String billingRemark;
|
||||||
|
|||||||
+4
@@ -101,6 +101,10 @@ public class BillingStatementDO extends BaseVOEntity{
|
|||||||
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
||||||
private Integer accountExpenseType;
|
private Integer accountExpenseType;
|
||||||
|
|
||||||
|
@ApiModelProperty("收支类型(1-应收,2-应付)")
|
||||||
|
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
||||||
|
private Integer billType;
|
||||||
|
|
||||||
@ApiModelProperty("流水备注")
|
@ApiModelProperty("流水备注")
|
||||||
@Excel(name = "流水备注")
|
@Excel(name = "流水备注")
|
||||||
private String billingRemark;
|
private String billingRemark;
|
||||||
|
|||||||
+4
@@ -102,6 +102,10 @@ public class BillingStatementDTO extends BaseVOEntity{
|
|||||||
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
||||||
private Integer accountExpenseType;
|
private Integer accountExpenseType;
|
||||||
|
|
||||||
|
@ApiModelProperty("收支类型(1-应收,2-应付)")
|
||||||
|
@Excel(name = "收支类型", readConverterExp = "1=-应收,2-应付")
|
||||||
|
private Integer billType;
|
||||||
|
|
||||||
@ApiModelProperty("流水备注")
|
@ApiModelProperty("流水备注")
|
||||||
@Excel(name = "流水备注")
|
@Excel(name = "流水备注")
|
||||||
private String billingRemark;
|
private String billingRemark;
|
||||||
|
|||||||
Reference in New Issue
Block a user