代码如下:
sql="Update "+tableName+" set 姓名=\'"+this.partner+"\',职称=\'"+this.position+"\',学位=\'"+this.degree+"\',单位=\'"+this.department+"\',身份证号=\'"+this.idCard+"\',项目中的分工=\'"+this.job+"\',分款额="+this.receivedMoney+",分款时间=\'"+this.assigndate+"\' Where 凭单号="+this.index+" and 工资号=\'"+this.indexOfReward+"\'"