|
@@ -357,7 +357,7 @@ class PhasePayDetail extends TreeService {
|
|
|
|
|
|
async initPhaseDataByPre(conn, phasePay, prePhase) {
|
|
|
const preData = await this.getAllDataByCondition({
|
|
|
- where: { phase_id: prePhase.id, audit_times: prePhase.audit_times, audit_sort: audit_max_sort },
|
|
|
+ where: { phase_id: prePhase.id, audit_times: prePhase.audit_times, audit_sort: prePhase.audit_max_sort },
|
|
|
});
|
|
|
for (const pd of preData) {
|
|
|
delete pd.id;
|