Compare commits
No commits in common. "3392d342b0299bbab4e4f38fafe6b17969a03407" and "acec646754e30d44eea78eb9d12004aa3b555391" have entirely different histories.
3392d342b0
...
acec646754
@ -13,11 +13,8 @@ public class BusinessChargerSyncResponse {
|
||||
@Schema(description = "Business Charger Name")
|
||||
String businessCharger;
|
||||
|
||||
@Schema(description = "Business Team Code")
|
||||
String businessTeamCd;
|
||||
|
||||
@Schema(description = "Business Charger Team Code")
|
||||
String businessChargerTeamCd;
|
||||
String businessTeamCd;
|
||||
|
||||
@Schema(description = "Business Charger Telephone")
|
||||
String businessChargerTel;
|
||||
|
||||
@ -280,7 +280,7 @@
|
||||
WHEN MATCHED THEN
|
||||
UPDATE SET
|
||||
BUSINESS_CHARGER = #{businessCharger}
|
||||
, BUSINESS_TEAM_CD = #{businessChargerTeamCd}
|
||||
, BUSINESS_TEAM_CD = #{businessTeamCd}
|
||||
, DEL_FLG = #{delFlg}
|
||||
WHEN NOT MATCHED THEN
|
||||
INSERT (
|
||||
@ -291,7 +291,7 @@
|
||||
) VALUES (
|
||||
#{businessChargerCd}
|
||||
, #{businessCharger}
|
||||
, #{businessChargerTeamCd}
|
||||
, #{businessTeamCd}
|
||||
, #{delFlg}
|
||||
);
|
||||
</insert>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user