| | |
| | | new SqlParameter("@OrderNum",trueModel.OrderNum) , |
| | | new SqlParameter("@Bank",string.IsNullOrEmpty(trueModel.Bank)?"":trueModel.Bank) , |
| | | new SqlParameter("@AccountID",string.IsNullOrEmpty(trueModel.AccountID)?"":trueModel.AccountID) , |
| | | |
| | | new SqlParameter("@Huming",string.IsNullOrEmpty(trueModel.Huming)?"":trueModel.Huming) , |
| | | }; |
| | | try |
| | | { |
| | |
| | | new SqlParameter("@OrderNum",trueModel.OrderNum) , |
| | | new SqlParameter("@Bank",string.IsNullOrEmpty(trueModel.Bank)?"":trueModel.Bank) , |
| | | new SqlParameter("@AccountID",string.IsNullOrEmpty(trueModel.AccountID)?"":trueModel.AccountID) , |
| | | new SqlParameter("@Huming",string.IsNullOrEmpty(trueModel.Huming)?"":trueModel.Huming) , |
| | | }; |
| | | try |
| | | { |