记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
董敬伟
liquidnet-bus-v1
Commits
9ef7b9b4
Commit
9ef7b9b4
authored
Dec 03, 2021
by
Tice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
21e6250e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sqlmap.properties
...ervice-merchant-impl/src/main/resources/sqlmap.properties
+4
-4
No files found.
liquidnet-bus-service/liquidnet-service-merchant/liquidnet-service-merchant-impl/src/main/resources/sqlmap.properties
View file @
9ef7b9b4
...
...
@@ -4,18 +4,18 @@ merchant_fields.update_is_check=UPDATE merchant_fields SET is_check = ?, updated
merchant_fields.update_base_info
=
UPDATE merchant_fields SET name = ?, logo = ?, background = ?, description = ?, built_date = ?, province_id = ?, province_name = ?, city_id = ?, city_name = ?, district_id = ?, district_name = ?, address = ?, longitude = ?, latitude = ?, contact_name = ?, contact_email = ?, updated_at = ? WHERE field_id = ?
# ---------------------------------------------------------------------------------------------------------------------
merchant_field_applies.insert
=
INSERT INTO merchant_field_applies (field_apply_id, apply_status, apply_type, reject, uid, field_id, name, logo, background, description, built_date, province_id, province_name, city_id, city_name, district_id, district_name, address, longitude, latitude, contact_name, contact_email, company_name, license_code, license_img, legal_name, legal_identity, legal_identity_obverse, legal_identity_reverse, created_at) VALUE (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
merchant_field_applies.update
=
UPDATE merchant_field_applies SET updated_at = ?, delete_at = ? WHERE field_apply_id = ?
merchant_field_applies.update
=
UPDATE merchant_field_applies SET updated_at = ?, delete
d
_at = ? WHERE field_apply_id = ?
# ---------------------------------------------------------------------------------------------------------------------
merchant_field_checkers.insert
=
INSERT INTO merchant_field_checkers (field_checker_id, field_id, uid, mobile, name, cuid, created_at) VALUE (?, ?, ?, ?, ?, ?, ?)
merchant_field_checkers.update
=
UPDATE merchant_field_checkers SET cuid = ?, updated_at = ?, delete_at = ? WHERE field_checker_id = ?
merchant_field_checkers.update
=
UPDATE merchant_field_checkers SET cuid = ?, updated_at = ?, delete
d
_at = ? WHERE field_checker_id = ?
# ---------------------------------------------------------------------------------------------------------------------
merchant_sponsors.update_base_info
=
UPDATE merchant_sponsors SET name = ?, logo = ?, background = ?, description = ?, contact_email = ?, updated_at = ? WHERE sponsor_id = ?
# ---------------------------------------------------------------------------------------------------------------------
merchant_sponsor_applies.insert
=
INSERT INTO merchant_sponsor_applies (sponsor_apply_id, apply_status, apply_type, reject, uid, name, logo, background, description, contact_name, contact_identity, contact_identity_obverse, contact_identity_reverse, contact_email, company_name, license_code, license_img, legal_name, legal_identity, legal_identity_obverse, legal_identity_reverse, created_at) VALUE (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
merchant_sponsor_applies.update
=
UPDATE merchant_sponsor_applies SET updated_at = ?, delete_at = ? WHERE sponsor_apply_id = ?
merchant_sponsor_applies.update
=
UPDATE merchant_sponsor_applies SET updated_at = ?, delete
d
_at = ? WHERE sponsor_apply_id = ?
# ---------------------------------------------------------------------------------------------------------------------
merchant_authorization_records.insert
=
INSERT INTO merchant_authorization_records (authorization_record_id, performance_id, uid_role, uid, mobile, name, cuid_role, cuid, created_at) VALUE (?, ?, ?, ?, ?, ?, ?, ?, ?)
merchant_authorization_records.update
=
UPDATE merchant_authorization_records SET updated_at = ?, delete_at = ? WHERE authorization_record_id = ?
merchant_authorization_records.update
=
UPDATE merchant_authorization_records SET updated_at = ?, delete
d
_at = ? WHERE authorization_record_id = ?
# ---------------------------------------------------------------------------------------------------------------------
merchant_authorization_permissions.insert
=
INSERT INTO merchant_authorization_permissions (authorization_permission_id, authorization_record_id, permission_id, start_time, end_time, created_at) VALUE (?, ?, ?, ?, ?, ?)
...
...
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