删除了对 cardPaymentInfo.CreateUserId 字段的设置,优化了冗余字段赋值逻辑。
@@ -1677,7 +1677,6 @@ public class AirTicketResRepository : BaseRepository<Grp_AirTicketReservations,
// 设置公共字段
airFeeInfo.CreateUserId = currUserId;
airFeeInfo.IsDel = 0;
-
cardPaymentInfo.CreateUserId = currUserId;
cardPaymentInfo.DIId = groupId;
cardPaymentInfo.CTable = 85;