记得上下班打卡 | git大法好,push需谨慎

Commit 9ef7b9b4 authored by Tice's avatar Tice

bug fix

parent 21e6250e
......@@ -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 = ?, deleted_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 = ?, deleted_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 = ?, deleted_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 = ?, deleted_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 (?, ?, ?, ?, ?, ?)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment