Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
Overview
Overview
Details
Activity
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
hooloo
ms
soss
Commits
81526490
Commit
81526490
authored
May 22, 2022
by
张新旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除create_at
parent
7ffbff7a
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
0 additions
and
19 deletions
+0
-19
ruoyi-system/src/main/resources/mapper/system/CustomerMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/GoodsCategoryMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/GoodsMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/GoodsSkuMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/GoodsTagMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/MachineMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/MaterialMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/OrderDetailMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/OrderLogMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/OrderMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/OrderOperationLogMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/OrderRefundMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/ShopGoodsMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/ShopGoodsSkuMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/ShopMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/ShopRecommendMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/SpecMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/SpecRuleMapper.xml
+0
-1
ruoyi-system/src/main/resources/mapper/system/SpecRuleMaterialMapper.xml
+0
-1
No files found.
ruoyi-system/src/main/resources/mapper/system/CustomerMapper.xml
View file @
81526490
...
...
@@ -57,7 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<trim
prefix=
"SET"
suffixOverrides=
","
>
<if
test=
"userName != null"
>
user_name = #{userName},
</if>
<if
test=
"phone != null"
>
phone = #{phone},
</if>
<if
test=
"createTime != null"
>
create_time = #{createTime},
</if>
<if
test=
"headSculpturePath != null"
>
head_sculpture_path = #{headSculpturePath},
</if>
<if
test=
"soucre != null"
>
soucre = #{soucre},
</if>
</trim>
...
...
ruoyi-system/src/main/resources/mapper/system/GoodsCategoryMapper.xml
View file @
81526490
...
...
@@ -73,7 +73,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"turn != null and turn != ''"
>
turn = #{turn},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"isDeleted != null and isDeleted != ''"
>
is_deleted = #{isDeleted},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"code != null"
>
code = #{code},
</if>
</trim>
...
...
ruoyi-system/src/main/resources/mapper/system/GoodsMapper.xml
View file @
81526490
...
...
@@ -104,7 +104,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"remarks != null"
>
remarks = #{remarks},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"isDeleted != null"
>
is_deleted = #{isDeleted},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"code != null"
>
code = #{code},
</if>
<if
test=
"shelfAt != null"
>
shelf_at = #{shelfAt},
</if>
...
...
ruoyi-system/src/main/resources/mapper/system/GoodsSkuMapper.xml
View file @
81526490
...
...
@@ -66,7 +66,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"goodsId != null and goodsId != ''"
>
goods_id = #{goodsId},
</if>
<if
test=
"ruleList != null and ruleList != ''"
>
rule_list = #{ruleList},
</if>
<if
test=
"isDeleted != null and isDeleted != ''"
>
is_deleted = #{isDeleted},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"price != null"
>
price = #{price},
</if>
<if
test=
"discount != null"
>
price = #{discount},
</if>
...
...
ruoyi-system/src/main/resources/mapper/system/GoodsTagMapper.xml
View file @
81526490
...
...
@@ -57,7 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"goodsId != null"
>
goods_id = #{goodsId},
</if>
<if
test=
"tag != null and tag != ''"
>
tag = #{tag},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/MachineMapper.xml
View file @
81526490
...
...
@@ -71,7 +71,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"type != null and type != ''"
>
type = #{type},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"bindTime != null"
>
bind_time = #{bindTime},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"register != null"
>
register = #{register},
</if>
</trim>
...
...
ruoyi-system/src/main/resources/mapper/system/MaterialMapper.xml
View file @
81526490
...
...
@@ -66,7 +66,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"remarks != null"
>
remarks = #{remarks},
</if>
<if
test=
"unit != null and unit != ''"
>
unit = #{unit},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"code != null"
>
code = #{code},
</if>
</trim>
...
...
ruoyi-system/src/main/resources/mapper/system/OrderDetailMapper.xml
View file @
81526490
...
...
@@ -97,7 +97,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"specRuleIds != null and specRuleIds != ''"
>
spec_rule_ids = #{specRuleIds},
</if>
<if
test=
"skuId != null and skuId != ''"
>
sku_id = #{skuId},
</if>
<if
test=
"goodsCategory != null"
>
goods_category = #{goodsCategory},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/OrderLogMapper.xml
View file @
81526490
...
...
@@ -82,7 +82,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"request != null"
>
request = #{request},
</if>
<if
test=
"response != null"
>
response = #{response},
</if>
<if
test=
"desc != null"
>
desc = #{desc},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/OrderMapper.xml
View file @
81526490
...
...
@@ -113,7 +113,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"machineId != null and machineId != ''"
>
machine_id = #{machineId},
</if>
<if
test=
"source != null and source != ''"
>
source = #{source},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/OrderOperationLogMapper.xml
View file @
81526490
...
...
@@ -60,7 +60,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<trim
prefix=
"SET"
suffixOverrides=
","
>
<if
test=
"status != null and status != ''"
>
status = #{status},
</if>
<if
test=
"operation != null and operation != ''"
>
operation = #{operation},
</if>
<if
test=
"createAt != null"
>
create_at = #{createAt},
</if>
<if
test=
"operationUser != null and operationUser != ''"
>
operation_user = #{operationUser},
</if>
<if
test=
"content != null and content != ''"
>
content = #{content},
</if>
<if
test=
"orderId != null"
>
order_id = #{orderId},
</if>
...
...
ruoyi-system/src/main/resources/mapper/system/OrderRefundMapper.xml
View file @
81526490
...
...
@@ -71,7 +71,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"refundAmount != null"
>
refund_amount = #{refundAmount},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"desc != null"
>
`desc` = #{desc},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"refundNo != null"
>
refund_no = #{refundNo},
</if>
<if
test=
"orderNo != null"
>
order_no = #{orderNo},
</if>
...
...
ruoyi-system/src/main/resources/mapper/system/ShopGoodsMapper.xml
View file @
81526490
...
...
@@ -57,7 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"shopId != null and shopId != ''"
>
shop_id = #{shopId},
</if>
<if
test=
"goodsId != null and goodsId != ''"
>
goods_id = #{goodsId},
</if>
<if
test=
"turn != null and turn != ''"
>
turn = #{turn},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/ShopGoodsSkuMapper.xml
View file @
81526490
...
...
@@ -72,7 +72,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"skuId != null and skuId != ''"
>
sku_id = #{skuId},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"isDeleted != null and isDeleted != ''"
>
is_deleted = #{isDeleted},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/ShopMapper.xml
View file @
81526490
...
...
@@ -107,7 +107,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"city != null and city != ''"
>
city = #{city},
</if>
<if
test=
"zone != null"
>
zone = #{zone},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"isDefault != null"
>
is_default = #{isDefault},
</if>
</trim>
...
...
ruoyi-system/src/main/resources/mapper/system/ShopRecommendMapper.xml
View file @
81526490
...
...
@@ -92,7 +92,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"type != null and type != ''"
>
type = #{type},
</if>
<if
test=
"state != null and state != ''"
>
state = #{state},
</if>
<if
test=
"recDate != null"
>
rec_date = #{recDate},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/SpecMapper.xml
View file @
81526490
...
...
@@ -73,7 +73,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"isShow != null"
>
is_show = #{isShow},
</if>
<if
test=
"isDeleted != null and isDeleted != ''"
>
is_deleted = #{isDeleted},
</if>
<if
test=
"isNeccessary != null and isNeccessary != ''"
>
is_neccessary = #{isNeccessary},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
<if
test=
"code != null"
>
code = #{code},
</if>
</trim>
...
...
ruoyi-system/src/main/resources/mapper/system/SpecRuleMapper.xml
View file @
81526490
...
...
@@ -77,7 +77,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"isRecommend != null and isRecommend != ''"
>
is_recommend = #{isRecommend},
</if>
<if
test=
"isDefault != null"
>
is_default = #{isDefault},
</if>
<if
test=
"isDeleted != null and isDeleted != ''"
>
is_deleted = #{isDeleted},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/SpecRuleMaterialMapper.xml
View file @
81526490
...
...
@@ -84,7 +84,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"quantity != null and quantity != ''"
>
quantity = #{quantity},
</if>
<if
test=
"unit != null and unit != ''"
>
unit = #{unit},
</if>
<if
test=
"isDeleted != null and isDeleted != ''"
>
is_deleted = #{isDeleted},
</if>
<if
test=
"createdAt != null"
>
created_at = #{createdAt},
</if>
<if
test=
"updatedAt != null"
>
updated_at = #{updatedAt},
</if>
</trim>
where id = #{id}
...
...
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