dev_kcyj
wangwei 12 months ago
parent c064fa3629
commit f5c5b10c21

@ -145,7 +145,6 @@ public class IoOrderController extends BaseController {
String invoiceCodes = orderInvoiceEntities.stream() String invoiceCodes = orderInvoiceEntities.stream()
.map(IoOrderInvoiceEntity::getInvoiceEncode) .map(IoOrderInvoiceEntity::getInvoiceEncode)
.collect(Collectors.joining(",")); .collect(Collectors.joining(","));
log.error("当前所有的发票号{}", invoiceCodes);
ioOrderResponse.setInvoiceCodes(invoiceCodes); ioOrderResponse.setInvoiceCodes(invoiceCodes);
} }

@ -195,6 +195,7 @@
) )
</if> </if>
</if> </if>
GROUP BY io.billNo
</where> </where>
<choose> <choose>
<when test="(orderBy != null) and (sort == 'desc' or sort == 'asc')"> <when test="(orderBy != null) and (sort == 'desc' or sort == 'asc')">

@ -3712,6 +3712,14 @@ CALL Pro_Temp_ColumnWork('device_check_item_dict', 'updateTime',
1); 1);
ALTER TABLE sup_evaluate MODIFY COLUMN `id` BIGINT NOT NULL;
ALTER TABLE sup_evaluate_detail MODIFY COLUMN `id` BIGINT NOT NULL;
ALTER TABLE sup_evaluate_plan MODIFY COLUMN `id` BIGINT NOT NULL;
ALTER TABLE sup_evaluate_plan_detail MODIFY COLUMN `id` BIGINT NOT NULL;
ALTER TABLE sup_evaluate_detail MODIFY COLUMN `planDetailId` BIGINT ;
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'codeCheck', CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'codeCheck',
'tinyint NULL DEFAULT NULL COMMENT '' 是否开启校验扫码 0:不校验1:只允许录入扫码产品2:只允许录入不扫码产品''', 1); 'tinyint NULL DEFAULT NULL COMMENT '' 是否开启校验扫码 0:不校验1:只允许录入扫码产品2:只允许录入不扫码产品''', 1);

Loading…
Cancel
Save