Browse Source

[账期优化][修改][修改账期生成逻辑]

release_toaliyun_real
luozukai 7 years ago
parent
commit
5c56383cb8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxFlowRecordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxFlowRecordMapper.xml View File

@@ -26,7 +26,7 @@
</resultMap>
<sql id="allColumns">
`id`,`business_id`,`business_type`,`user_id`,`remark`,`status`,`task_id`,`process_instance_id`,`create_date`,`update_date`,`tenant_id`,`user_name`,task_key,task_name,curr_status,
`id`,`business_id`,`business_type`,`user_id`,`remark`,`status`,`task_id`,`process_instance_id`,`create_date`,`update_date`,`tenant_id`,`user_name`,task_key,task_name,curr_status,variables,
REPLACE (JSON_EXTRACT(variables,'$.contractType'),'"','') contractType,
REPLACE (JSON_EXTRACT(variables,'$.endProperty'),'"','') endProperty,
REPLACE (JSON_EXTRACT(variables,'$.contractNumber'),'"','') contractNumber


Loading…
Cancel
Save