|
|
@@ -72,9 +72,9 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
|
condition += " and UserId in (select UserId from UserForMakerCode where MakerCode='" + UserIdMakerCode + "')";
|
|
|
}
|
|
|
- if (!string.IsNullOrEmpty(PosSn))
|
|
|
+ if (!string.IsNullOrEmpty(value: PosSn))
|
|
|
{
|
|
|
- condition += " and Remark=" + PosSn;
|
|
|
+ condition += " and (Remark like '%" + PosSn + "%' or Field1='" + PosSn + "')";
|
|
|
}
|
|
|
//待扣类型
|
|
|
if (!string.IsNullOrEmpty(ChargeTypeSelect))
|