Skip to content

Commit

Permalink
Merge pull request #27 from misdwss/lakshmisravani-wtt-egov-patch-4
Browse files Browse the repository at this point in the history
IFIX-1058: Code changes related to advance and penalty parameters.
  • Loading branch information
Vasanth26-egov committed Jun 6, 2022
2 parents 122c514 + dd6a6ce commit 997b180
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions egov-persister/water-persist.yml
Expand Up @@ -7,7 +7,7 @@ serviceMaps:
fromTopic: save-ws-connection
isTransaction: true
queryMaps:
- query: INSERT INTO eg_ws_connection (id, tenantid, property_id, applicationno, applicationstatus, status, connectionno, oldconnectionno,roadcuttingarea,action,roadtype, createdby, lastmodifiedby, createdtime, lastmodifiedtime, applicationtype, dateEffectiveFrom, locality, isoldapplication,additionaldetails,previousReadingDate,arrears) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,?,?,?,?,?,?,?,?,?,?,?);
- query: INSERT INTO eg_ws_connection (id, tenantid, property_id, applicationno, applicationstatus, status, connectionno, oldconnectionno,roadcuttingarea,action,roadtype, createdby, lastmodifiedby, createdtime, lastmodifiedtime, applicationtype, dateEffectiveFrom, locality, isoldapplication,additionaldetails,previousReadingDate,arrears,paymentType,penalty,advance) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?);
basePath: $.WaterConnection
jsonMaps:
- jsonPath: $.WaterConnection.id
Expand Down Expand Up @@ -55,6 +55,12 @@ serviceMaps:

- jsonPath: $.WaterConnection.arrears

- jsonPath: $.WaterConnection.paymentType

- jsonPath: $.WaterConnection.penalty

- jsonPath: $.WaterConnection.advance


- query: INSERT INTO eg_ws_service(connection_id,connectionCategory,connectionType,waterSource,meterId,meterInstallationDate,pipeSize,noOfTaps,connectionexecutiondate,proposedPipeSize,proposedTaps, appCreatedDate, createdby, lastmodifiedby, createdtime, lastmodifiedtime) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?);
basePath: $.WaterConnection
Expand Down Expand Up @@ -168,7 +174,7 @@ serviceMaps:
jsonMaps:
- jsonPath: $.WaterConnection.id

- query: UPDATE eg_ws_connection SET applicationstatus=?, status=?, connectionno=?, oldconnectionno=?, action=?, roadCuttingArea=?, roadType=?, adhocpenalty=?, adhocrebate=?, adhocpenaltyreason=?, adhocpenaltycomment=?, adhocrebatereason=?, adhocrebatecomment=?, lastModifiedBy=?, lastModifiedTime=?, dateEffectiveFrom=?, locality=?, previousReadingDate=?, isoldapplication=?, property_id=?, arrears=?, additionaldetails=? WHERE id=?;
- query: UPDATE eg_ws_connection SET applicationstatus=?, status=?, connectionno=?, oldconnectionno=?, action=?, roadCuttingArea=?, roadType=?, adhocpenalty=?, adhocrebate=?, adhocpenaltyreason=?, adhocpenaltycomment=?, adhocrebatereason=?, adhocrebatecomment=?, lastModifiedBy=?, lastModifiedTime=?, dateEffectiveFrom=?, locality=?, previousReadingDate=?, isoldapplication=?, property_id=?, arrears=?, paymentType=?, penalty=?,advance=?, additionaldetails=? WHERE id=?;
basePath: $.WaterConnection
jsonMaps:

Expand Down Expand Up @@ -213,6 +219,12 @@ serviceMaps:
- jsonPath: $.WaterConnection.propertyId

- jsonPath: $.WaterConnection.arrears

- jsonPath: $.WaterConnection.paymentType

- jsonPath: $.WaterConnection.penalty

- jsonPath: $.WaterConnection.advance

- jsonPath: $.WaterConnection.additionalDetails
type: JSON
Expand Down

0 comments on commit 997b180

Please sign in to comment.