@ningboyz/types 1.0.170 → 1.0.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.0.170",
3
+ "version": "1.0.171",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -168,7 +168,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
168
168
  result.notified = Const.Todo.CONST_STR_TODO_TYPE_TO_YZCG_WAIT;
169
169
  result.entityID = zbzd.entityID;
170
170
  result.billMain = 0;
171
- result.billCode = zbzd.zbzdCode;
171
+ result.billCode = zbzd.entityID;
172
172
  result.billMemo = zbzd.zbzdMemo;
173
173
  result.ysxmText = "";
174
174
  result.outMoney = 0;